InputFilter interface
Defines a filter for subscription inputs. The filter matches a set of inputs if any (one or more) of the groups evaluates to true.
Properties
conditions | Groups of input filter expressions. This filter matches a set of inputs if any (one or more) of the groups evaluates to true. |
Property Details
conditions
Groups of input filter expressions. This filter matches a set of inputs if any (one or more) of the groups evaluates to true.
conditions: InputFilterCondition[]