Skip to content

ConditionCombinator

Defined in: src/types/ICondition.ts:30

A boolean combinator node (and / or / not).

optional and?: ConditionJSON[]

Defined in: src/types/ICondition.ts:31


optional or?: ConditionJSON[]

Defined in: src/types/ICondition.ts:32


optional not?: ConditionJSON

Defined in: src/types/ICondition.ts:33