navigation
The current navigation context, an instance of NavigationContext.
navigation?: NavigationContext;
Notes
- This object encapsulates the current location path.
- This property is set by the platform-specific renderer package.
Note
To navigate around the application, use the app.navigate() and app.goBack() methods, rather than calling the methods of the navigation context directly.
Related
class AppContext
A singleton class that represents the global application state.
