Optional ReadonlychainThe sequence of the resolved route items, so said the path from the root route to the current route.
Optional ReadonlyhashThe hash fragment of the URL.
ReadonlyparamsThe parameters resolved from the current URL.
ReadonlypathnameThe current location.
Optional ReadonlyredirectThe URL from which a redirect occurred.
Optional ReadonlyresolverThe resolver instance.
OptionalresultThe 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.
ReadonlyrouteThe current route.
Optional ReadonlysearchThe search query string of the URL.
ReadonlynextProceed to the next route in the chain, down the route tree.
Optionalresume: booleanOptionalparent: Route<T, R, C>OptionalprevResult: ActionResult<RouteContext<T, R, C>>
The context for a Route.action that could be used to access the route-specific data during the resolution process.