目录

NavigationAction

The action to be taken for a top-level navigation.

type NavigationAction = 'proceed' | 'cancel';

Types 

'proceed' 

Allow the navigation.

'cancel' 

Cancel the navigation.