Typescript SDK Type Docs
    Preparing search index...

    Interface LocalizedEnumSetField

    A field with a localized enum set value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "LocalizedEnumSet"

    The type of this field.

    value: string[]

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