Linter错误修改

Signed-off-by: sun-xinyan <sunxinyan2@huawei.com>
Change-Id: I3be020c3b9bc7462a20669fdbf2ad5406b55d5d6
This commit is contained in:
sun-xinyan 2024-07-19 15:35:08 +08:00
parent 1adfe35403
commit b20d945b60
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -225,6 +225,7 @@ export interface DisableAlertBeforeBackPageOptions {
/**
* Define ParamsInterface.
*
* @typedef { object } ParamsInterface
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
* @deprecated since 8