Lines Matching refs:navigation
4 …navigation from one view to another. You can customize the animation settings of the navigation tr…
7 …mplement the navigation transition, you are advised to use the [Navigation](../reference/apis-arku…
13 To create a navigation page:
15 1. Use **Navigation** to create a navigation home page and create a **NavPathStack** as the navigat…
17 …st** component to **Navigation** to define the different level-1 pages on the navigation home page.
36 // Define the level-1 navigation view through List.
82 …ge parameters')// Push the navigation destination page specified by name, with the data specified …
102 Create navigation subpage 1 as follows:
104 1. Use **NavDestination** to create a navigation subpage **CommonPage**.
106 2. Create a navigation stack **NavPathStack** and initialize it in **onReady** to obtain the curren…
165 Create navigation subpage 2 as follows:
167 1. Use **NavDestination** to create a navigation subpage **SharePage**.
169 2. Create a navigation stack **NavPathStack** and initialize it in **onReady** to obtain the curren…
252 To create route navigation:
256 2. In the **route_map.json** file, define the global routing table. The navigation stack **NavPathS…
309 