mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
!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:
commit
0a0eee54fd
9
api/@internal/component/ets/enums.d.ts
vendored
9
api/@internal/component/ets/enums.d.ts
vendored
@ -8309,6 +8309,15 @@ declare enum XComponentType {
|
||||
* @since 11
|
||||
*/
|
||||
TEXTURE,
|
||||
|
||||
/**
|
||||
* Node type.
|
||||
*
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
*/
|
||||
NODE,
|
||||
}
|
||||
|
||||
/**
|
||||
|
16
api/@ohos.net.connection.d.ts
vendored
16
api/@ohos.net.connection.d.ts
vendored
@ -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>}
|
||||
|
Loading…
Reference in New Issue
Block a user