mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-nav-set-root
NavSetRoot is an element that allows you to set the root of the current navigation stack.
It is the element form a calling NavController.setRoot()
Properties
| Property | Attribute | Description | Type |
|---|---|---|---|
componentProps |
-- | Data you want to pass to the component as props | ComponentProps |
component |
component |
Component you want to make root for the navigation stack | NavComponent |
Built with StencilJS