@mendix/extensions-api - v0.9.0
    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"