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

    Interface ChangeListAction

    interface ChangeListAction {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$ChangeListAction";
        changeVariableName: string;
        errorHandlingType: ErrorHandlingType;
        type: ChangeListActionType;
        value: null | string;
        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$ChangeListAction"

    The type of the element.

    changeVariableName: string
    errorHandlingType: ErrorHandlingType
    value: null | string

    Methods