!9062 add a new type for xcomponent,that is "node" type used for arkui c-api

Merge pull request !9062 from firminly/master

Signed-off-by: liyufan123 <liyufan5@huawei.com>
This commit is contained in:
openharmony_ci 2024-02-02 02:27:30 +00:00 committed by liyufan123
commit 0a0eee54fd
2 changed files with 25 additions and 0 deletions

View File

@ -8309,6 +8309,15 @@ declare enum XComponentType {
* @since 11
*/
TEXTURE,
/**
* Node type.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @atomicservice
* @since 12
*/
NODE,
}
/**

View File

@ -1875,6 +1875,22 @@ declare namespace connection {
*/
port: number;
/**
* Http proxy username.
* @type {?string}
* @syscap SystemCapability.Communication.NetManager.Core
* @since 12
*/
username?: string;
/**
* Http proxy password.
* @type {?string}
* @syscap SystemCapability.Communication.NetManager.Core
* @since 12
*/
password?: string;
/**
* Do not use a blocking list for proxy servers.
* @type {Array<string>}