ui-router-server / redirects / CompiledRoute
Interface: CompiledRoute
Defined in: redirects.ts:74
One url-addressable state, compiled by compileRoutes.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
matcher | CompiledMatcher | The compiled pattern, for !exec | exec and !format | format. | redirects.ts:80 |
name | string | The state name the pattern came from. | redirects.ts:76 |
pattern | string | The full pattern: this state's url appended to its ancestors'. | redirects.ts:78 |
redirectTo? | string | RedirectTarget | The state's declared redirect, carried through unresolved (see RouteDeclaration.redirectTo). | redirects.ts:82 |