RouterEventListener

RouterEventListener

new RouterEventListener()

Source:

Events

navigate

Source:
Properties:
Name Type Description
link Link
Example
router.emit("navigate", new Link("/path"))

browse

Source:
Properties:
Name Type Description
link Link
Example
router.emit("browse", new Link("/path"))

routeSet

Source:
Properties:
Name Type Description
data object
Properties
Name Type Description
match Match
link Link
Example
router.emit("routeSet", { match: new Match(...), link: new Link(...) })