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

interface AttributePlainEnumValue {
    key: string;
    label: string;
}

Properties

Properties

key: string

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

label: string

Descriptive label of the value.

Generated using TypeDoc