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

    Interface SequenceFlowCreationOptions

    interface SequenceFlowCreationOptions {
        caseValue?: { enumerationCase?: string; inheritanceCase?: string };
        destinationConnectionIndex?: number;
        destinationId?: string;
        originConnectionIndex?: number;
        originId?: string;
    }
    Index

    Properties

    caseValue?: { enumerationCase?: string; inheritanceCase?: string }
    destinationConnectionIndex?: number
    destinationId?: string
    originConnectionIndex?: number
    originId?: string