Defines a NavigatePage action component.
This component helps navigating to a page giving its URL.
For more information : Navigation.
Name | Description |
---|---|
Page data | Additional page data object passed to the navigated page. You can access this data in the navigated page by using a (TS) expression this.navParams.data . |
Page url | Defines the target url. |
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. |