Lines Matching refs:NavPathStack

7 …onent for page routing. Since API version 10, whenever possible, use [NavPathStack](../reference/a…
58 @Provide('pageInfos') pageInfos: NavPathStack = new NavPathStack()
121 @Consume('pageInfos') pageInfos: NavPathStack;
139 @Consume('pageInfos') pageInfos: NavPathStack;
157 @Consume('pageInfos') pageInfos: NavPathStack;
280 … [NavPathStack](../reference/apis-arkui/arkui-ts/ts-basic-components-navigation.md#navpathstack10)…
282NavPathStack** can be inherited since API version 12. You can customize attributes and methods in …
288 // Create a NavPathStack object and pass it to Navigation.
289 pageStack: NavPathStack = new NavPathStack()
301 **NavPathStack** implements the following types of page navigation through **Push** related APIs:
331 **NavPathStack** implements the page return feature through **Pop** related APIs.
346 NavPathStack implements the page replacement feature through **Replace** related APIs.
356 **NavPathStack** implements the page deletion feature through **Remove** related APIs.
367 **NavPathStack** obtains parameters of the page through **Get** related APIs.
382 **NavPathStack** provides the [setInterception](../reference/apis-arkui/arkui-ts/ts-basic-component…
422 … of a standard type **NavDestination** follows the changes in its position in the **NavPathStack**.
433 @Provide('NavPathStack') pageStack: NavPathStack = new NavPathStack()
459 @Consume('NavPathStack') pageStack: NavPathStack;
568 …ui/arkui-ts/ts-basic-components-navigation.md#disableanimation11) API provided in **NavPathStack**.
570 pageStack: NavPathStack = new NavPathStack()
578 …n animation for a single operation (implemented by APIs provided by **NavPathStack**, such as **Pu…
580 pageStack: NavPathStack = new NavPathStack()
668 …he page that needs to be routed through the routing API provided by **NavPathStack**. The system t…
716 pathStack: NavPathStack = new NavPathStack()
734 pageStack : NavPathStack = new NavPathStack();