A field with an enum set value.

interface EnumSetField {
    type: "EnumSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "EnumSet"

The type of this field.

value: string[]