mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-01 05:36:13 +00:00
gateway comment modify
Signed-off-by: lizhuojun <lizhuojun3@huawei.com>
This commit is contained in:
parent
9a12432b77
commit
099f832289
14
api/@ohos.data.unifiedDataChannel.d.ts
vendored
14
api/@ohos.data.unifiedDataChannel.d.ts
vendored
@ -383,7 +383,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the details of unified text
|
||||
*
|
||||
* @type { Record<string, string> }
|
||||
* @type { ?Record<string, string> }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -431,7 +431,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the abstract of text
|
||||
*
|
||||
* @type { string }
|
||||
* @type { ?string }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -479,7 +479,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the description of a link
|
||||
*
|
||||
* @type { string }
|
||||
* @type { ?string }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -527,7 +527,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the plain content of html
|
||||
*
|
||||
* @type { string }
|
||||
* @type { ?string }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -560,7 +560,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the details of unified File
|
||||
*
|
||||
* @type { Record<string, string> }
|
||||
* @type { ?Record<string, string> }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -742,7 +742,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Indicates the details of system defined data
|
||||
*
|
||||
* @type { Record<string, number | string | Uint8Array> }
|
||||
* @type { ?Record<string, number | string | Uint8Array> }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
@ -1093,7 +1093,7 @@ declare namespace unifiedDataChannel {
|
||||
/**
|
||||
* Describe the optional arguments of data operation
|
||||
*
|
||||
* @typedef Options
|
||||
* @typedef { object }
|
||||
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
|
||||
* @atomicservice
|
||||
* @since 11
|
||||
|
Loading…
x
Reference in New Issue
Block a user