Lines Matching refs:destination

56 Pushes the specified navigation destination page to the navigation stack.
62 …navigation.md#navpathinfo10) | Yes | Information about the navigation destination page. …
70 Pushes the specified navigation destination page to the navigation stack, with stack operation sett…
76 …navigation.md#navpathinfo10) | Yes | Information about the navigation destination page. …
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 …ct | Yes | Detailed parameters of the navigation destination page.|
115 Replaces the current top page on the stack with the specified navigation destination page. The new …
121 …nts-navigation.md#navpathinfo10) | Yes | Information about the navigation destination page. |
128 Replaces the current top page on the stack with the specified navigation destination page, with sta…
134 …navigation.md#navpathinfo10) | Yes | Information about the navigation destination page. …
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.|
207 …tion.md#navpathinfo10) \| undefined | Information about the navigation destination page at the top…
230 …tion.md#navpathinfo10) \| undefined | Information about the navigation destination page at the top…
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 | number | Returns the index of the first navigation destination page that matches **name** from th…
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 | number | Returns the index of the first navigation destination page that matches **name** from th…
281 | index | number | Yes | Index of the navigation destination page.|
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 | number | Returns the index of the first navigation destination page that matches **name** from …
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.|
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.|