NavigationCurrentEntryChangeEvent
open class NavigationCurrentEntryChangeEvent(val type: EventType<NavigationCurrentEntryChangeEvent>, init: NavigationCurrentEntryChangeEventInit) : Event(source)
The NavigationCurrentEntryChangeEvent interface of the Navigation API is the event object for the currententrychange event, which fires when the Navigation.currentEntry has changed.
Constructors
Link copied to clipboard
constructor(type: EventType<NavigationCurrentEntryChangeEvent>, init: NavigationCurrentEntryChangeEventInit)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The from read-only property of the NavigationCurrentEntryChangeEvent interface returns the NavigationHistoryEntry that was navigated from.
Link copied to clipboard
The navigationType read-only property of the NavigationCurrentEntryChangeEvent interface returns the type of the navigation that resulted in the change. The property may be null if the change occurs due to Navigation.updateCurrentEntry().
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard