Type Alias VaadinRouterLocationChangedEvent

VaadinRouterLocationChangedEvent: CustomEvent<Readonly<{
    location: RouterLocation;
    router: Router;
}>>

A custom event that is triggered when the location changes.