Optional
Readonly
chainThe sequence of the resolved route items, so said the path from the root route to the current route.
Optional
Readonly
hashThe hash fragment of the URL.
Readonly
paramsThe parameters resolved from the current URL.
Readonly
pathnameThe current location.
Optional
Readonly
redirectThe URL from which a redirect occurred.
Optional
Readonly
resolverThe resolver instance.
Optional
resultThe result of the route resolution. It could be either a value produced by the Route.action or a new context to continue the resolution process.
Readonly
routeThe current route.
Optional
Readonly
searchThe search query string of the URL.
Readonly
nextProceed to the next route in the chain, down the route tree.
Optional
resume: booleanOptional
parent: Route<ActionValue, RouteExtension<R, C>, ContextExtension<R, C>>Optional
prevResult: ActionResult<RouteContext<ActionValue, RouteExtension<R, C>, ContextExtension<R, C>>>
The context for a Route.action that could be used to access the route-specific data during the resolution process.