ui-router-server / matcher / UrlMatcherCompilerConfig
Interface: UrlMatcherCompilerConfig
Defined in: url-matcher.ts:370
Extends
Pick<UrlMatcherCompileConfig,"strict"|"caseInsensitive"|"decodeParams">
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
defaultSquashPolicy? | NonNullable<string | boolean | undefined> | Squash policy for defaulted params that don't declare one (default false); value type pinned to core's UrlConfig.defaultSquashPolicy. | url-matcher.ts:375 |