ui-router-server / redirects / RedirectTarget
Interface: RedirectTarget
Defined in: redirects.ts:38
A redirect target in state terms; the matcher tier formats it back into a path.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
params? | RawParams | Params for the target's pattern; when present they replace the matched ones. | redirects.ts:42 |
state | string | Name of the url-addressable state to redirect to. | redirects.ts:40 |