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

    Interface LoopedActivity

    interface LoopedActivity {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$LoopedActivity";
        documentation: string;
        errorHandlingType: ErrorHandlingType;
        loopSource: LoopSource;
        objectCollection: MicroflowObjectCollection;
        relativeMiddlePoint: Location;
        size: Size;
        delete(): void;
        getContainer(): MicroflowObjectCollection;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$LoopedActivity"

    The type of the element.

    documentation: string
    errorHandlingType: ErrorHandlingType
    loopSource: LoopSource
    objectCollection: MicroflowObjectCollection
    relativeMiddlePoint: Location
    size: Size

    Methods