Skip to content

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

PropertyModifierTypeDescriptionDefined in
defaultValuereadonlyunknownThe static default value, applied directly (see the module docblock).url-matcher.ts:253
idreadonlystring-url-matcher.ts:246
isOptionalreadonlyboolean-url-matcher.ts:249
isSearchreadonlyboolean-url-matcher.ts:248
replacereadonlyreadonly Replace[]-url-matcher.ts:251
squashreadonlystring | boolean-url-matcher.ts:250
typereadonlyParamType-url-matcher.ts:247