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

    Interface ConstantCreationOptions

    interface ConstantCreationOptions {
        defaultValue: string;
        name: string;
        type: "Boolean" | "DateTime" | "Decimal" | "Integer" | "String";
    }
    Index

    Properties

    defaultValue: string
    name: string
    type: "Boolean" | "DateTime" | "Decimal" | "Integer" | "String"