diff --git a/api/@internal/component/ets/nav_destination.d.ts b/api/@internal/component/ets/nav_destination.d.ts index 9cc21a6957904fef9f87b3ba689456ec98a6d26f..4a39bbfcfd6f617117930a9d35ddea727d222d6a 100644 --- a/api/@internal/component/ets/nav_destination.d.ts +++ b/api/@internal/component/ets/nav_destination.d.ts @@ -657,6 +657,17 @@ declare interface NavDestinationContext { */ navDestinationId?: string; + /** + * The mode of NavDestination. + * + * @type { ?NavDestinationMode } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 22 + */ + mode?: NavDestinationMode; + /** * Get configuration of current Destination in module.json *