Typescript SDK Type Docs
    Preparing search index...

    Interface LocalizedEnumField

    A field with a localized enum value.

    interface LocalizedEnumField {
        type: "LocalizedEnum";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "LocalizedEnum"

    The type of this field.

    value: string

    The key of the localized enum value. Must match the key of a CustomFieldLocalizedEnumValue in the CustomFieldLocalizedEnumType.