MatchCondition interface

Define match conditions.

Properties

matchValues

Match value.

matchVariables

List of match variables.

negationConditon

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

List of match variables.

matchVariables: MatchVariable[]

Property Value

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[]