ion-nav-push
Nav Push is a component used to navigate to the specified component.
It is the component form of NavController.push()
Properties
component | |
---|---|
Description | Component to navigate to |
Attribute | component |
Type | Function | HTMLElement | ViewController | null | string | undefined |
componentProps | |
Description | Data you want to pass to the component as props |
Type | undefined | { [key: string]: any; } |