Typescript SDK Type Docs
    Preparing search index...

    Interface CustomFieldLocalizedEnumType

    Field type for localized enum values.

    interface CustomFieldLocalizedEnumType {
        name: "LocalizedEnum";
        values: CustomFieldLocalizedEnumValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: "LocalizedEnum"

    Discriminator that determines the type of the field. This value can't be changed after you import the Type.

    Allowed values.