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.
Represents the context that is accessible from the route children callback. It is the a RouteContext without the 'next' property.
Deprecated
The route children callback is deprecated and will be removed in the next major version.