Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 467 Bytes

ConditionNode.md

File metadata and controls

16 lines (8 loc) · 467 Bytes

ConditionNode

Properties

Name Type Description Notes
isOperand Boolean always "true" for the leaf of a tree [optional]
relation String "and", "or" [optional]
children List<ConditionNode> [optional]
condition Condition [optional]