nylas
    Preparing search index...

    Interface RuleMatch

    Interface representing the match clause for a rule.

    interface RuleMatch {
        conditions: RuleCondition[];
        operator?: RuleMatchOperator;
    }
    Index

    Properties

    conditions: RuleCondition[]

    The list of conditions to evaluate.

    How conditions are combined. Defaults to all when omitted.