From 96577c11dde2e2ee5b7aa3dca93141dde68395af Mon Sep 17 00:00:00 2001 From: wangweiyuan Date: Tue, 9 Sep 2025 10:33:12 +0800 Subject: [PATCH] interface navmode Signed-off-by: wangweiyuan --- api/@internal/component/ets/nav_destination.d.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/@internal/component/ets/nav_destination.d.ts b/api/@internal/component/ets/nav_destination.d.ts index 9cc21a6957..4a39bbfcfd 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 * -- Gitee