Documentation

navigation

The current navigation context, an instance of NavigationContext.

navigation?: NavigationContext;

Notes

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