Lines Matching refs:navigation

3 **MultiNavigation** is a component designed for multi-column display and routing navigation on larg…
42 …ntopcallback) | No| - | Callback invoked when the home page is on the top of the navigation stack.|
46navigation stack of the **MultiNavigation** component. Currently, this stack can be created only b…
56 Pushes the specified navigation destination page to the navigation stack.
62 … | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about t…
70 Pushes the specified navigation destination page to the navigation stack, with stack operation sett…
76 … | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about t…
77 | options | [NavigationOptions](./ts-basic-components-navigation.md#navigationoptions12) | No | St…
84 Pushes the navigation destination page specified by **name** to the navigation stack, passing the d…
90 | name | string | Yes | Name of the navigation destination page. |
91 | param | Object | Yes | Detailed parameters of the navigation destination…
99 Pushes the navigation destination page specified by **name** to the navigation stack, passing the d…
105 … string | Yes | Name of the navigation destination page…
106 …ect | Yes | Detailed parameters of the navigation destination page…
107 | onPop | Callback\<[PopInfo](ts-basic-components-navigation.md#popinfo11)> | Yes | Callba…
115 Replaces the current top page on the stack with the specified navigation destination page. The new …
121 … | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about t…
128 Replaces the current top page on the stack with the specified navigation destination page, with sta…
134 … | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) | Yes | Information about t…
135 | options | [NavigationOptions](./ts-basic-components-navigation.md#navigationoptions12) | No | Na…
141 Replaces the current top page on the stack with the navigation destination page specified by **name…
147 | name | string | Yes | Name of the navigation destination page. |
148 | param | Object | Yes | Detailed parameters of the navigation destination page.|
155 Removes the navigation destination pages specified by **indexes** from the navigation stack.
161 | indexes | Array<number\> | Yes | Array of indexes of the navigation destination pages to re…
167 | number | Number of the navigation destination pages removed.|
173 Removes the navigation destination page specified by **name** from the navigation stack.
179 | name | string | Yes | Name of the navigation destination page to be removed.|
185 | number | Number of the navigation destination pages removed.|
191 Pops the top element out of the navigation stack.
195 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
207 | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) \| undefined | Information about…
213 Pops the top element out of the navigation stack and invokes the **onPop** callback to pass the pag…
217 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
230 | [NavPathInfo](./ts-basic-components-navigation.md#navpathinfo10) \| undefined | Information about…
236 Pops pages until the first navigation destination page that matches **name** from the bottom of the…
242 | name | string | Yes | Name of the navigation destination page.|
249 …r | Returns the index of the first navigation destination page that matches **name** from the bott…
255 Pops pages until the first navigation destination page that matches **name** from the bottom of the…
261 | name | string | Yes | Name of the navigation destination page.|
269 …r | Returns the index of the first navigation destination page that matches **name** from the bott…
275 Returns the navigation stack to the page specified by **index**.
281 | index | number | Yes | Index of the navigation destination page.|
288 Returns the navigation stack to the page specified by **index** and invokes the **onPop** callback …
294 | index | number | Yes | Index of the navigation destination page.|
302 Moves the first navigation destination page that matches **name** from the bottom of the navigation
320 | name | string | Yes | Name of the navigation destination page.|
327 … | Returns the index of the first navigation destination page that matches **name** from the bott…
333 Moves the navigation destination page specified by **index** to the top of the navigation stack.
351 | index | number | Yes | Index of the navigation destination page.|
358 Clears the navigation stack.
362 > If [keepBottomPage](#keepbottompage) is called with **true**, the bottom page of the navigation s…
374 Obtains the names of all navigation destination pages in the navigation stack.
380 | Array<string\> | Names of all navigation destination pages in the navigation stack.|
386 Obtains the parameter information of the navigation destination page specified by **index**.
392 | index | number | Yes | Index of the navigation destination page.|
398 | Object | Parameter information of the matching navigation destination page.|
405 Obtains the parameter information of all the navigation destination pages that match **name**.
411 | name | string | Yes | Name of the navigation destination page.|
417 | Array<Object\> | Parameter information of all the matching navigation destination pages.|
423 Obtains the indexes of all the navigation destination pages that match **name**.
429 | name | string | Yes | Name of the navigation destination page.|
435 | Array<number\> | Indexes of all the matching navigation destination pages.|
500 > **MultiNavigation** treats the home page as a navigation destination page in the stack. By defaul…
546 Represents the function used by the **MultiNavigation** component to load navigation destination pa…
554 |name | string |Yes| ID of the navigation destination page.|
555 | param | object | No| Parameters passed when the page is created during navigation.|
569 | mode | [NavigationMode](./ts-basic-components-navigation.md#navigationmode9) | Yes | Navigation …