An interface describing the object used by CoreRouter to represent
the routes and associated information to which it can navigate.
Fields
-
(readonly) detail
-
The detail object for the state, if configured.
-
(readonly) params
-
Parameters for the state. Parameters are passed to the state via the CoreRouter.go method.
-
(readonly) path :string
-
The path of the state. This will always be the string used to navigate to the current state, even if the original path for the route was defined as a RegExp.