A field with a localized enum set value.

interface LocalizedEnumSetField {
    type: "LocalizedEnumSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "LocalizedEnumSet"

The type of this field.

value: string[]