@jsvision/ui / RouterLocation
Interface: RouterLocation<R>
Defined in: ui/src/router/types.ts:182
The reactive current location: the top route's name and the params it was entered with.
Type Parameters
R
R
Properties
name
name: keyof
R
Defined in: ui/src/router/types.ts:184
The current route name.
params
params:
R[keyofR]
Defined in: ui/src/router/types.ts:186
The current params.