Optional
animateOptional
childrenOptional
componentOptional
fullOptional
Readonly
nameThe name of the route.
Optional
parentReadonly
pathThe path pattern that the route matches.
Optional
redirectOptional
actionAn action that is executed when the route is resolved.
Actions are executed recursively from the root route to the child route and can either produce content or perform actions before or after the child's action.
The result of the route resolution. It could be either a value produced by the action or a new context to continue the resolution process.
Defines a single route.
A route represents a single or multiple sections in the URL. It defines the behavior of a page in response to URL updates. A route can act as a content producer or as middleware for child routes.