MatchCondition interface
Define match conditions.
Properties
match |
Match value. |
match |
List of match variables. |
negation |
Whether this is negate condition or not. |
operator | The operator to be matched. |
transforms | List of transforms. |
Property Details
matchValues
Match value.
matchValues: string[]
Property Value
string[]
matchVariables
negationConditon
Whether this is negate condition or not.
negationConditon?: boolean
Property Value
boolean
operator
The operator to be matched.
operator: string
Property Value
string
transforms
List of transforms.
transforms?: string[]
Property Value
string[]