ui-router-server / matcher / UrlMatcherCompileOptions
Interface: UrlMatcherCompileOptions<M>
Defined in: url-matcher.ts:370
Per-pattern options for a compiler's compile (see urlMatcherFactory).
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:377 |
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:375 |