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

    Interface AggregateListAction

    interface AggregateListAction {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$AggregateListAction";
        aggregateFunction: AggregateFunctionEnum;
        attribute: null | string;
        errorHandlingType: ErrorHandlingType;
        expression: null | string;
        inputListVariableName: string;
        outputVariableName: string;
        reduceInitialValueExpression: null | string;
        reduceReturnDataType: DataType;
        useExpression: boolean;
        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$AggregateListAction"

    The type of the element.

    aggregateFunction: AggregateFunctionEnum
    attribute: null | string
    errorHandlingType: ErrorHandlingType
    expression: null | string
    inputListVariableName: string
    outputVariableName: string
    reduceInitialValueExpression: null | string
    reduceReturnDataType: DataType
    useExpression: boolean

    Methods