mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
Linter错误修改
Signed-off-by: sun-xinyan <sunxinyan2@huawei.com> Change-Id: I3be020c3b9bc7462a20669fdbf2ad5406b55d5d6
This commit is contained in:
parent
1adfe35403
commit
b20d945b60
3
api/@internal/component/ets/common.d.ts
vendored
3
api/@internal/component/ets/common.d.ts
vendored
@ -21709,6 +21709,7 @@ declare interface MeasureResult extends SizeResult {
|
||||
/**
|
||||
* The navigation destination information.
|
||||
*
|
||||
* @typedef {import('../api/@ohos.arkui.observer').default.NavDestinationInfo} NavDestinationInfo
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
@ -21748,7 +21749,7 @@ declare type NavigationInfo = import('../api/@ohos.arkui.observer').default.Navi
|
||||
/**
|
||||
* UIContext
|
||||
*
|
||||
* @typedef {import('../api/@ohos.arkui.UIContext').UIContext} UIContext
|
||||
* @typedef { import('../api/@ohos.arkui.UIContext').UIContext } UIContext
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
6
api/@internal/component/ets/sidebar.d.ts
vendored
6
api/@internal/component/ets/sidebar.d.ts
vendored
@ -321,15 +321,14 @@ declare interface ButtonStyle {
|
||||
/**
|
||||
* Set the button icon when sidebar status has changed
|
||||
*
|
||||
* @type { ?({shown: string | PixelMap | Resource;
|
||||
* hidden: string | PixelMap | Resource;
|
||||
* switching?: string | PixelMap | Resource;}) }
|
||||
* @type { ?object }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 8
|
||||
*/
|
||||
/**
|
||||
* Set the button icon when sidebar status has changed
|
||||
*
|
||||
* @type { ?object }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @since 10
|
||||
@ -337,6 +336,7 @@ declare interface ButtonStyle {
|
||||
/**
|
||||
* Set the button icon when sidebar status has changed
|
||||
*
|
||||
* @type { ?object }
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
1
api/@system.router.d.ts
vendored
1
api/@system.router.d.ts
vendored
@ -225,6 +225,7 @@ export interface DisableAlertBeforeBackPageOptions {
|
||||
/**
|
||||
* Define ParamsInterface.
|
||||
*
|
||||
* @typedef { object } ParamsInterface
|
||||
* @syscap SystemCapability.ArkUI.ArkUI.Full
|
||||
* @since 7
|
||||
* @deprecated since 8
|
||||
|
Loading…
Reference in New Issue
Block a user