mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-23 07:10:52 +00:00
modify the annotate for tags¶ms
Signed-off-by: xuyong <xuyong59@huawei.com>
This commit is contained in:
parent
3a956fabeb
commit
b69cd2d7d7
20
api/@ohos.hiSysEvent.d.ts
vendored
20
api/@ohos.hiSysEvent.d.ts
vendored
@ -119,11 +119,19 @@ declare namespace hiSysEvent {
|
||||
/**
|
||||
* The params of the event.
|
||||
*
|
||||
* @type { ?object }
|
||||
* @type { object }
|
||||
* @syscap SystemCapability.HiviewDFX.HiSysEvent
|
||||
* @systemapi hide for inner use
|
||||
* @since 9
|
||||
*/
|
||||
/**
|
||||
* The params of the event.
|
||||
*
|
||||
* @type { ?object }
|
||||
* @syscap SystemCapability.HiviewDFX.HiSysEvent
|
||||
* @systemapi hide for inner use
|
||||
* @since 12
|
||||
*/
|
||||
params?: object;
|
||||
}
|
||||
|
||||
@ -242,11 +250,19 @@ declare namespace hiSysEvent {
|
||||
/**
|
||||
* The tag of the event.
|
||||
*
|
||||
* @type { ?string }
|
||||
* @type { string }
|
||||
* @syscap SystemCapability.HiviewDFX.HiSysEvent
|
||||
* @systemapi hide for inner use
|
||||
* @since 9
|
||||
*/
|
||||
/**
|
||||
* The tag of the event.
|
||||
*
|
||||
* @type { ?string }
|
||||
* @syscap SystemCapability.HiviewDFX.HiSysEvent
|
||||
* @systemapi hide for inner use
|
||||
* @since 12
|
||||
*/
|
||||
tag?: string;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user