Skip to main content

Interface: PathParam

Defined in: core/types.ts:32

A {token} in a path template. required defaults to true; a missing value falls back to default, then to the value of another param (defaultFrom, e.g. a competition id that defaults from the event id).

Properties

default?

optional default?: string | number

Defined in: core/types.ts:35


defaultFrom?

optional defaultFrom?: string

Defined in: core/types.ts:36


name

name: string

Defined in: core/types.ts:33


required?

optional required?: boolean

Defined in: core/types.ts:34