@jsvision/ui / RouterOptions
Interface: RouterOptions<R>
Defined in: ui/src/router/types.ts:172
Options for createRouter.
Type Parameters
R
R
Properties
initial
initial:
InitialRoute<R>
Defined in: ui/src/router/types.ts:174
The route to show first (structured + typed, so it can carry params).
logger?
optionallogger?:Logger
Defined in: ui/src/router/types.ts:178
Optional logger for isolated build errors; defaults to the framework's screen-safe logger.
routes
routes:
RouteMap<R>
Defined in: ui/src/router/types.ts:176
The route table.