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

    Interface AnnotationFlow

    interface AnnotationFlow {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Microflows$AnnotationFlow";
        destination: string;
        destinationConnectionIndex: number;
        line: Line;
        origin: string;
        originConnectionIndex: number;
        delete(): void;
        getContainer(): MicroflowBase;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Microflows$AnnotationFlow"

    The type of the element.

    destination: string
    destinationConnectionIndex: number
    line: Line
    origin: string
    originConnectionIndex: number

    Methods