NavigationTransition
The NavigationTransition interface of the Navigation API represents an ongoing navigation, that is, a navigation that hasn't yet reached the navigatesuccess or navigateerror stage.
Properties
Link copied to clipboard
The from read-only property of the NavigationTransition interface returns the NavigationHistoryEntry that the transition is coming from.
Link copied to clipboard
The navigationType read-only property of the NavigationTransition interface returns the type of the ongoing navigation.