InputFilterCondition interface
An expression which can be applied to filter a list of subscription inputs
Properties
case |
Whether or not to do a case sensitive match |
input |
The Id of the input to filter on |
input |
The "expected" input value to compare with the actual input value |
operator | The operator applied between the expected and actual input value |
Property Details
caseSensitive
Whether or not to do a case sensitive match
caseSensitive: boolean
Property Value
boolean
inputId
The Id of the input to filter on
inputId: string
Property Value
string
inputValue
The "expected" input value to compare with the actual input value
inputValue: string
Property Value
string
operator
The operator applied between the expected and actual input value
operator: InputFilterOperator