@jsvision/ui / RouteContext
Interface: RouteContext<P>
Defined in: ui/src/router/types.ts:108
The context a route's build receives: the typed params the screen was navigated to.
Type Parameters
P
P
Properties
params
params:
P
Defined in: ui/src/router/types.ts:110
The params the route was entered with.