Defines a filter for subscription inputs. The filter matches a set of inputs if any (one or more) of the groups evaluates to true.

interface InputFilter {
    conditions: InputFilterCondition[];
}

Properties

Properties

conditions: InputFilterCondition[]

Groups of input filter expressions. This filter matches a set of inputs if any (one or more) of the groups evaluates to true.