Skip to content

ui-router-server / matcher / ParamDeclaration

Interface: ParamDeclaration

Defined in: url-matcher.ts:143

A per-param configuration: core's ParamDeclaration members that matching honors. Relaxation vs core: type also accepts a plain-object ParamType, and value must be static (functions are rejected).

Extends

  • Pick<CoreParamDeclaration, "value" | "squash">

Properties

PropertyTypeDescriptionDefined in
type?string | ParamTypeType for params not already typed inline ({id:int}) — a built-in name or a ParamType.url-matcher.ts:148