Skip to content

IMultilangLabel

String struct with string keys and a mandatory default field. Meant to contain a default label/description and an arbitrary number of translations, where keys represent the use case (language) and values are the labels for this use case.

Indexable

[key: string]: string

Properties

default

default: string

Default label in the original language.

Source

types/src/SchemaMetadata.ts:10