Interface: Route
lib/router .Route
Properties
exact
• Optional
exact: boolean
When true, will only match if the path matches the location.pathname exactly.
Defined in
name
• Optional
name: string
Human readable name. Capitalized and short.
Defined in
noAuthRequired
• Optional
noAuthRequired: boolean
This route does not require Authentication.
Defined in
noCluster
• Optional
noCluster: boolean
In case this route does not need a cluster prefix and context.
Defined in
path
• path: string
Any valid URL path or array of paths that path-to-regexp@^1.7.0 understands.
Defined in
sidebar
• sidebar: null
| string
The sidebar group this Route should be in, or null if it is in no group.
Defined in
Methods
component
▸ component(): Element
Shown component for this route.
Returns
Element