@eagleoutice/flowr - v2.10.3
    Preparing search index...
    interface BooleanBinaryNode<Composite> {
        left: Composite;
        right: Composite;
        type: "and" | "or" | "xor";
    }

    Type Parameters

    • Composite
    Index

    Properties

    Properties

    left: Composite
    right: Composite
    type: "and" | "or" | "xor"