Navigation.EVENTS

A set of CustomEvent instances dispatched when various Vegvisir navigations are performed.

Properties

STARTED

An event dispatched with the type of "navstarted" on the target element when a navigation has started. This event is also dispatched on document.body.

The detail property of this event returns the Navigation instance that initiated the navigation.

FINISHED

An event dispatched with the type of "navfinished" on the target element when a navigation has finished loading completely (content has been injected). This event is also dispatched on document.body.

The detail property of this event returns the Navigation instance that initiated the navigation.


Examples

No examples available.