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

    Interface AttributeCreationOptions

    interface AttributeCreationOptions {
        enumerationName?: string;
        name: string;
        type?:
            | "Binary"
            | "Boolean"
            | "DateTime"
            | "HashedString"
            | "String"
            | "Decimal"
            | "Integer"
            | "Long"
            | "AutoNumber"
            | "Enumeration";
    }
    Index

    Properties

    enumerationName?: string
    name: string
    type?:
        | "Binary"
        | "Boolean"
        | "DateTime"
        | "HashedString"
        | "String"
        | "Decimal"
        | "Integer"
        | "Long"
        | "AutoNumber"
        | "Enumeration"