onNavigateBack()
Handles a
NavigateBackevent emitted by the current view.
protected onNavigateBack(): Promise<void> | undefined;
Notes
- This method is called when a view object emits the
NavigateBackevent. This event can be used to go back in the navigation history, e.g. when a back button is clicked.
Related
class Activity
A class that represents a part of the application that can be activated when the user navigates to it.
