NavigationAction
The action to be taken for a top-level navigation.
type NavigationAction = 'proceed' | 'cancel';
Types
'proceed'
Allow the navigation.
'cancel'
Cancel the navigation.
The action to be taken for a top-level navigation.
type NavigationAction = 'proceed' | 'cancel';
'proceed'Allow the navigation.
'cancel'Cancel the navigation.