ConditionCombinator
Defined in: src/types/ICondition.ts:30
A boolean combinator node (and / or / not).
Properties
Section titled “Properties”
optionaland?:ConditionJSON[]
Defined in: src/types/ICondition.ts:31
optionalor?:ConditionJSON[]
Defined in: src/types/ICondition.ts:32
optionalnot?:ConditionJSON
Defined in: src/types/ICondition.ts:33