Search docs/

ion-nav-push

Contents

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

Attributecomponent
TypeFunction | HTMLElement | ViewController | null | string | undefined

componentProps

Description

Data you want to pass to the component as props

Typeundefined | { [key: string]: any; }