@vaadin/router
Live demo
Preparing search index...
VaadinRouterLocationChangedEvent
Type Alias VaadinRouterLocationChangedEvent<R, C>
VaadinRouterLocationChangedEvent
:
CustomEvent
<
Readonly
<
{
location
:
RouterLocation
<
R
,
C
>
;
router
:
Router
<
R
,
C
>
}
>
,
>
A custom event that is triggered when the location changes.
Type Parameters
R
extends
object
=
EmptyObject
C
extends
object
=
EmptyObject
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Live demo
@vaadin/router
Loading...
A custom event that is triggered when the location changes.