Skip to content

ui-router-server / matcher / UrlMatcherCompileOptions

Interface: UrlMatcherCompileOptions<M>

Defined in: url-matcher.ts:360

Extends

  • Pick<UrlMatcherCompileConfig, "strict" | "caseInsensitive">

Type Parameters

Type ParameterDefault type
Mundefined

Properties

PropertyTypeDescriptionDefined in
meta?MPassenger field: rides the compiled matcher as CompiledMatcher.meta, untouched by compilation.url-matcher.ts:367
params?Record<string, unknown>Relaxation vs core: state.params flattened to params (no StateDeclaration here) — a ParamDeclaration or a shorthand static default per name.url-matcher.ts:365