From 53cf8781b65cf3d7cfd48d691a61b89bb1199931 Mon Sep 17 00:00:00 2001 From: luoxi Date: Wed, 3 Sep 2025 18:10:38 +0800 Subject: [PATCH] add uniqueId Signed-off-by: luoxi --- api/@ohos.arkui.observer.static.d.ets | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@ohos.arkui.observer.static.d.ets b/api/@ohos.arkui.observer.static.d.ets index f2f79f87fe..234c6bd9b5 100644 --- a/api/@ohos.arkui.observer.static.d.ets +++ b/api/@ohos.arkui.observer.static.d.ets @@ -322,6 +322,14 @@ declare namespace uiObserver { * @since 20 */ pathStack: NavPathStack; + /** + * The uniqueId of the navigation. + * + * @type { ?int } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @since 20 + */ + uniqueId?: int; } /** * ScrollEvent info. -- Gitee