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

    Interface EnumerationCreationOptions

    Options for creating an Enumeration.

    interface EnumerationCreationOptions {
        name: string;
        values?: EnumerationValueCreationOptions[];
    }
    Index

    Properties

    Properties

    name: string

    The name of the enumeration.

    The values of the enumeration.