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

    Interface Constant

    interface Constant {
        $CreationOptions?: ConstantCreationOptions;
        $ID: string;
        $Type: "Constants$Constant";
        $UnitID?: string;
        defaultValue: string;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        exposedToClient: boolean;
        name: string;
        type: DataType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: ConstantCreationOptions

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Constants$Constant"

    The type of the element.

    $UnitID?: string
    defaultValue: string
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    exposedToClient: boolean
    name: string
    type: DataType