diff --git a/api/@ohos.arkui.observer.static.d.ets b/api/@ohos.arkui.observer.static.d.ets index 5af9c250717f7a7510587cc3ef1a1dbb4b3f3bf1..96c1b2bcc33dbdaf891d2b3f811d933a783d0fd2 100644 --- a/api/@ohos.arkui.observer.static.d.ets +++ b/api/@ohos.arkui.observer.static.d.ets @@ -24,6 +24,7 @@ import { NavPathStack, NavigationOperation, NavBar } from './arkui/component/nav import { UIContext } from '@ohos.arkui.UIContext'; import UIAbilityContext from './application/UIAbilityContext'; import { Callback } from './@ohos.base'; +import { NavDestinationMode } from './arkui/component/navDestination'; /** * Register callbacks to observe ArkUI behavior. @@ -264,6 +265,24 @@ declare namespace uiObserver { * @since 20 */ navDestinationId: string; + + /** + * NavDestination uniqueId. + * + * @type { number } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @since 20 + */ + uniqueId?: number; + + /** + * NavDestination mode. + * + * @type { NavDestinationMode } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @since 20 + */ + mode?: NavDestinationMode; } /** * Navigation info.