Optional
__unsafe_The child nodes of this node. See RouteChildren
Decodes the specified path string into a router state. See RouterState
Encodes the specified router state into a path string. See RouterState
Gets the base path of this router.
Gets the redirect base of this router.
Determines whether the specified path is not found.
Determines whether the specified path is the root path.
The route information for this node. See Route
Optional
scopeAn optional scope for this node.
Optional
transformAn optional object containing transforms to apply to this node. See RouteTransform and RouterState
Optionally disable scoping of search params Scoped search params will be represented as scope[param]=value in the url Disabling this will still scope search params based on any parent scope unless the parent scope also has disabled search params scoping Caution: enabling this can cause conflicts with multiple plugins defining search params with the same name