Typescript SDK Type Docs
    Preparing search index...

    Interface EnumSetField

    A field with an enum set value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "EnumSet"

    The type of this field.

    value: string[]

    JSON array of enum values, each represented by its key. Each key must match the key of a CustomFieldLocalizedEnumValue in the CustomFieldEnumType. The order of items in the array is not fixed.