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

    Interface SequenceFlowCreationOptions

    interface SequenceFlowCreationOptions {
        caseValue?: { enumerationCase?: string; inheritanceCase?: string };
        destinationConnectionSide?: "Left" | "Right" | "Bottom" | "Top";
        destinationId?: string;
        originConnectionSide?: "Left" | "Right" | "Bottom" | "Top";
        originId?: string;
    }
    Index

    Properties

    caseValue?: { enumerationCase?: string; inheritanceCase?: string }
    destinationConnectionSide?: "Left" | "Right" | "Bottom" | "Top"
    destinationId?: string
    originConnectionSide?: "Left" | "Right" | "Bottom" | "Top"
    originId?: string