ui-router-server / redirects / RedirectTable
Interface: RedirectTable
Defined in: redirects.ts:64
The input to compileRedirects: the route set plus the rules evaluated over it.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
config? | UrlMatcherCompilerConfig | Matcher compiler options (defaults: strict, case-sensitive). | redirects.ts:70 |
routes | RouteDeclaration[] | The states whose urls the table redirects between (see RouteDeclaration). | redirects.ts:66 |
rules? | RedirectRule[] | when()-style rules, evaluated in declaration order before per-state redirectTo entries. | redirects.ts:68 |