Lines Matching refs:navigation
3 … [Navigation](ts-basic-components-navigation.md) to support dynamic loading of the HSP subpackage …
25 …navigation APIs for [NavPathStack](ts-basic-components-navigation.md#navpathstack10). **NavPushPat…
41 …[NavPathStack](ts-basic-components-navigation.md#navpathstack10) | Yes | [Navigation](ts-basic-c…
47 …components-navdestination.md) page, as indicated by **info**, onto the navigation stack. This API …
58 | info | [NavPathInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about…
79 …to the navigation stack. This API uses a promise to return the result. The behavior can vary based…
90 | info | [NavPathInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about…
91 | options | [NavigationOptions](ts-basic-components-navigation.md#navigationoptions12) | No | Nav…
111 …components-navdestination.md) page, as indicated by **name**, onto the navigation stack, along wit…
144 …components-navdestination.md) page, as indicated by **name**, onto the navigation stack, along wit…
157 | onPop | Callback\<[PopInfo](ts-basic-components-navigation.md#popinfo11)> | Yes| Callback used to…
178 …components-navdestination.md) page, as indicated by **info**, onto the navigation stack. This API …
189 | info | [NavPathInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about…
214 …to the navigation stack. This API uses a promise to return the result. The behavior can vary based…
225 | info | [NavPathInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about…
226 | options | [NavigationOptions](ts-basic-components-navigation.md#navigationoptions12) | No | Nav…
250 …components-navdestination.md) page, as indicated by **name**, onto the navigation stack, along wit…
287 …components-navdestination.md) page, as indicated by **name**, onto the navigation stack, along wit…
300 | onPop | Callback\<[PopInfo](ts-basic-components-navigation.md#popinfo11)> | Yes | Callback used…
325 …e subpackage is downloaded, the API pops the top page from the current navigation stack and pushes…
336 …hInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Parameters of the page to replac…
357 …navigation stack and pushes the [NavDestination](ts-basic-components-navdestination.md) page, as i…
368 …hInfo](ts-basic-components-navigation.md#navpathinfo10) | Yes | Parameters of the page to replac…
369 | options | [NavigationOptions](ts-basic-components-navigation.md#navigationoptions12) | No | Nav…
389 …e subpackage is downloaded, the API pops the top page from the current navigation stack and pushes…
448 }); // Push the NavDestination page specified by name to the navigation stack.
650 this.pageInfo.pop({ number: 1 }) // Pop the top element out of the navigation stack.