Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 542 Bytes

File metadata and controls

24 lines (12 loc) · 542 Bytes

BetweenCheckAttributeBlock

Variant of CheckAttributeBlock for the between operator, which requires both a minimum and maximum value.

Properties

Name Type Description Notes
operator OperatorEnum The range comparison operator. Must be `between`. [optional]
min Object
max Object

Enum: OperatorEnum

Name Value
BETWEEN "between"