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