ui-router-server / matcher / UrlMatcherCompileOptions
Interface: UrlMatcherCompileOptions<M>
Defined in: url-matcher.ts:360
Extends
Pick<UrlMatcherCompileConfig,"strict"|"caseInsensitive">
Type Parameters
| Type Parameter | Default type |
|---|---|
M | undefined |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
meta? | M | Passenger 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 |