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

    Interface BooleanConditionOutcome

    interface BooleanConditionOutcome {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Workflows$BooleanConditionOutcome";
        flow: Workflows.Flow;
        persistentId: string;
        value: boolean;
        delete(): void;
        getContainer(): ConditionOutcomeActivity;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Workflows$BooleanConditionOutcome"

    The type of the element.

    persistentId: string
    value: boolean

    Methods