Typescript SDK Type Docs
    Preparing search index...

    Interface LocalizedEnumValue

    interface LocalizedEnumValue {
        key: string;
        label: LocalizedString;
    }
    Index

    Properties

    Properties

    key: string

    Key of the value used as a programmatic identifier.

    Descriptive localized label of the value.