Defines a PushPage action component.

This component helps to display a given page. Pushing a new page onto the top of the navigation stack causes the new page to be animated in.
For more information : Navigation.

Name Description
Animate If true, page will be animated in.
Animation duration The time in ms for the page animation.
Page Defines the target page to push on the stack.
Page data Additional page data object passed to the pushed page. You can access this data in the pushed page by using a (TS) expression this.navParams.data.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Is active Defines whether the component is active.