A localized enum value must be unique within the enum, else a DuplicateEnumValues error is returned.

interface AttributeLocalizedEnumValue {
    key: string;
    label: LocalizedString;
}

Properties

Properties

key: string

Key of the value used as a programmatic identifier, for example in facets & filters.

Descriptive, localized label of the value.

Generated using TypeDoc