mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +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
component
string
Component you want to make root for the navigation stack
componentProps
ComponentProps
Data you want to pass to the component as props
Attributes
component
string
Component you want to make root for the navigation stack
component-props
Data you want to pass to the component as props
Built with StencilJS