Skip to content

ui-router-server / redirects / CompiledRoute

Interface: CompiledRoute

Defined in: redirects.ts:74

One url-addressable state, compiled by compileRoutes.

Properties

PropertyTypeDescriptionDefined in
matcherCompiledMatcherThe compiled pattern, for !exec | exec and !format | format.redirects.ts:80
namestringThe state name the pattern came from.redirects.ts:76
patternstringThe full pattern: this state's url appended to its ancestors'.redirects.ts:78
redirectTo?string | RedirectTargetThe state's declared redirect, carried through unresolved (see RouteDeclaration.redirectTo).redirects.ts:82