Defines a RootPage action component.

This component helps setting a page as the root one. Setting a page as root will place it as the first page in the stack, ie. the page where we will return when the user hits the back button for each of the pages present on the stack.
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.
Page data Additional page data object passed to the rooted 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.