ConditionClause interface
Represents a single clause to be evaluated by a NormalizedCondition.
Properties
| clause |
The connective used to join all values in this ConditionClause |
| field | The name of the field that is evaluated. |
| operator | Represents an operator in a ConditionClause. |
| values | The top level connective operator for this condition. |
Property Details
clauseConnective
The connective used to join all values in this ConditionClause
clauseConnective?: string
Property Value
string
field
The name of the field that is evaluated.
field: string
Property Value
string
operator
Represents an operator in a ConditionClause.
operator: string
Property Value
string
values
The top level connective operator for this condition.
values: string[]
Property Value
string[]