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

    Interface ConstantCreationOptions

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

    Properties

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