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.
Represents the context that is accessible from the route children callback. It is the a RouteContext without the 'next' property.