@companion-module/base
    Preparing search index...

    Interface CompanionInternalLogicFeedbackSchemas

    Describes each building-block feedback: its options and named child groups (by kind).

    interface CompanionInternalLogicFeedbackSchemas {
        "internal:logicOperator": {
            children: { default: "conditions" };
            options: { operation: "and" | "or" | "xor" };
        };
    }
    Index

    Properties

    "internal:logicOperator": {
        children: { default: "conditions" };
        options: { operation: "and" | "or" | "xor" };
    }

    Combine multiple conditions with a boolean operator