Skip to content

@jsvision/i18n / SelectMessage

Interface: SelectMessage

Defined in: types.ts:38

A message selected by exact primitive string matching.

Properties

cases

readonly cases: MessageCases

Defined in: types.ts:44

Exact case names with a mandatory other fallback.


kind

readonly kind: "select"

Defined in: types.ts:40

Discriminator for exact select matching.


parameter

readonly parameter: string

Defined in: types.ts:42

Name of the safe primitive parameter controlling the selected case.