Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 634 Bytes

PrimitiveConstraint.md

File metadata and controls

34 lines (19 loc) · 634 Bytes

PrimitiveConstraint

Properties

Name Type Description Notes
atType AtTypeEnum [optional]
inverse Boolean [optional]
property String [optional]
value String [optional]
operator OperatorEnum [optional]

Enum: AtTypeEnum

Name Value
PRIMITIVECONSTRAINT "PrimitiveConstraint"

Enum: OperatorEnum

Name Value
EQUAL "="
GREATER_THAN ">"
LESS_THAN "<"