@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface EnumerationValueCreationOptions

    Options for creating an EnumerationValue.

    interface EnumerationValueCreationOptions {
        caption?: string;
        name: string;
    }
    Index

    Properties

    Properties

    caption?: string

    The caption of the enumeration value.

    name: string

    The name of the enumeration value.