Interface ConditionStatement

ConditionStatement interface is used to define the structure of a condition statement.

Interface

Property

The property of the object to be compared.

Property

The operator to be used for the comparison.

Property

The value to be compared with the property.

Hierarchy

  • ConditionStatement

Properties

operand: any
operator: ComparisonOperators
property: string

Generated using TypeDoc