A Route defines the path and optional parameters to which a router will navigate.
The Route.path must match a route config which was passed
to the router via the CoreRouter constructor or CoreRouter.createChildRouter.
Fields
-
params :{[key: string]: any}
-
The path of the route
-
path :string
-
The path of the route