mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
接口标签不规范整改
Signed-off-by: zhuzijia <zhuzijia@huawei.com> Change-Id: I5a8804e9c0a10a9ef803648539f00ff4963ae56f
This commit is contained in:
parent
d7450e7509
commit
d64b9ec7ee
@ -784,6 +784,7 @@ declare abstract class SubscribedAbstractProperty<T> {
|
||||
/**
|
||||
* Private user ID.
|
||||
*
|
||||
* @type { any }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -793,6 +794,7 @@ declare abstract class SubscribedAbstractProperty<T> {
|
||||
/**
|
||||
* Private user information.
|
||||
*
|
||||
* @type { ?any }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1065,6 +1067,7 @@ interface IPropertySubscriber {
|
||||
* Defines the state value.
|
||||
*
|
||||
* @extends SubscribedAbstractProperty<T>
|
||||
* @implements ISinglePropertyChangeSubscriber<T>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1076,6 +1079,7 @@ declare class SyncedPropertyTwoWay<T>
|
||||
/**
|
||||
* Sources of synchronization attributes bidirectionally.
|
||||
*
|
||||
* @type { any }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1139,6 +1143,7 @@ declare class SyncedPropertyTwoWay<T>
|
||||
* Defines the prop state value.
|
||||
*
|
||||
* @extends SubscribedAbstractProperty<T>
|
||||
* @implements ISinglePropertyChangeSubscriber<T>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1150,6 +1155,7 @@ declare class SyncedPropertyOneWay<T>
|
||||
/**
|
||||
* Pack value for single-item binding.
|
||||
*
|
||||
* @type { any }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1159,6 +1165,7 @@ declare class SyncedPropertyOneWay<T>
|
||||
/**
|
||||
* Sources of synchronization attributes bidirectionally.
|
||||
*
|
||||
* @type { any }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
@ -1249,6 +1256,7 @@ declare abstract class SubscribaleAbstract {
|
||||
/**
|
||||
* Returns the ownership attribute set by the.
|
||||
*
|
||||
* @type { Set<number> }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @systemapi
|
||||
* @since 7
|
||||
|
@ -445,6 +445,7 @@ interface DataReloadOperation {
|
||||
/**
|
||||
* All data operation type
|
||||
*
|
||||
* @typedef { DataAddOperation | DataDeleteOperation | DataChangeOperation |DataMoveOperation | DataExchangeOperation | DataReloadOperation }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
6
api/common/full/viewmodel.d.ts
vendored
6
api/common/full/viewmodel.d.ts
vendored
@ -1476,6 +1476,7 @@ export interface OffscreenCanvasRenderingContext2D {
|
||||
* Gets the dotted spacing of a line.
|
||||
* Returns the current line segment style array containing an even number of non-negative numbers.
|
||||
*
|
||||
* @type { Array<number> }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 7
|
||||
*/
|
||||
@ -2677,6 +2678,7 @@ export interface CanvasRenderingContext2D {
|
||||
/**
|
||||
* Restores the saved drawing context.
|
||||
*
|
||||
* @type { function }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 4
|
||||
*/
|
||||
@ -2685,6 +2687,7 @@ export interface CanvasRenderingContext2D {
|
||||
/**
|
||||
* Saves the current drawing context.
|
||||
*
|
||||
* @type { function }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 4
|
||||
*/
|
||||
@ -3496,6 +3499,7 @@ export declare class Locate {
|
||||
* The Unicode locale key set defined by the locale. If this locale does not have a specific key set, an empty set is
|
||||
* returned. For example: {"nu": "arab"}, which means that the numbers in the current environment use Arabic numbers.
|
||||
*
|
||||
* @type { object }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 5
|
||||
*/
|
||||
@ -3691,6 +3695,7 @@ export interface Options<T extends ViewModel, Data = DefaultData<T>> {
|
||||
/**
|
||||
* Used for ide.
|
||||
*
|
||||
* @typedef { object } DefaultData<T>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Lite
|
||||
* @systemapi
|
||||
* @since 4
|
||||
@ -3699,6 +3704,7 @@ type DefaultData<T> = object;
|
||||
/**
|
||||
* Used for ide.
|
||||
*
|
||||
* @typedef { object & Options<T, Data> & ThisType<T & ViewModel & Data> } CombinedOptions<T extends ViewModel, Data>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Lite
|
||||
* @systemapi
|
||||
* @since 4
|
||||
|
2
api/common/lite/viewmodel.d.ts
vendored
2
api/common/lite/viewmodel.d.ts
vendored
@ -222,6 +222,7 @@ export interface Options<T extends ViewModel, Data = DefaultData<T>> {
|
||||
/**
|
||||
* Used for ide.
|
||||
*
|
||||
* @typedef { object } DefaultData<T>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Lite
|
||||
* @systemapi
|
||||
* @since 4
|
||||
@ -231,6 +232,7 @@ type DefaultData<T> = object;
|
||||
/**
|
||||
* Used for ide.
|
||||
*
|
||||
* @typedef { object & Options<T, Data> & ThisType<T & ViewModel & Data> } CombinedOptions<T extends ViewModel, Data>
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Lite
|
||||
* @systemapi
|
||||
* @since 4
|
||||
|
Loading…
Reference in New Issue
Block a user