ui-router-server / redirects / RouteMatch
Interface: RouteMatch
Defined in: redirects.ts:140
What matchRoute reports for a matched pathname.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
params | RawParams | The params extracted from the pathname, typed and defaulted. | redirects.ts:144 |
state | string | The route (state) name whose full pattern matched. | redirects.ts:142 |