Skip to content

@jsvision/ui / RouterLocation

Interface: RouterLocation<R>

Defined in: ui/src/router/types.ts:156

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:158

The current route name.


params

params: R[keyof R]

Defined in: ui/src/router/types.ts:160

The current params.