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

    Interface GaugeMeterAction

    interface GaugeMeterAction {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$GaugeMeterAction";
        description: null | string;
        errorHandlingType: ErrorHandlingType;
        name: null | string;
        tags: MeterTagMapping[];
        value: null | string;
        addMeterTagMapping(): Promise<MeterTagMapping>;
        delete(): void;
        getContainer(): ActionActivity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$GaugeMeterAction"

    The type of the element.

    description: null | string
    errorHandlingType: ErrorHandlingType
    name: null | string
    value: null | string

    Methods