Optional
__unsafe_Optional
childrenThe children of the route node. See RouteChildren
Optional
pathThe path of the route node.
Optional
scopeThe scope of the route node.
Optional
transformThe transforms to apply to the route node. See RouteTransform
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