ui-router-server / matcher / CompiledParam
Interface: CompiledParam
Defined in: url-matcher.ts:245
A compiled parameter: inert data for one placeholder of a pattern.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
defaultValue | readonly | unknown | The static default value, applied directly (see the module docblock). | url-matcher.ts:253 |
id | readonly | string | - | url-matcher.ts:246 |
isOptional | readonly | boolean | - | url-matcher.ts:249 |
isSearch | readonly | boolean | - | url-matcher.ts:248 |
replace | readonly | readonly Replace[] | - | url-matcher.ts:251 |
squash | readonly | string | boolean | - | url-matcher.ts:250 |
type | readonly | ParamType | - | url-matcher.ts:247 |