ChainGraph API Documentation / @badaitech/chaingraph-nodes / ComparisonOperator
Enumeration: ComparisonOperator
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:16
Comparison operators supported by the Branch node
Enumeration Members
CONTAINS
CONTAINS:
"contains"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:23
ENDS_WITH
ENDS_WITH:
"endsWith"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:26
EQUALS
EQUALS:
"equals"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:17
GREATER_THAN
GREATER_THAN:
"greaterThan"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:19
GREATER_THAN_OR_EQUALS
GREATER_THAN_OR_EQUALS:
"greaterThanOrEquals"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:21
LESS_THAN
LESS_THAN:
"lessThan"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:20
LESS_THAN_OR_EQUALS
LESS_THAN_OR_EQUALS:
"lessThanOrEquals"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:22
NOT_CONTAINS
NOT_CONTAINS:
"notContains"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:24
NOT_EQUALS
NOT_EQUALS:
"notEquals"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:18
STARTS_WITH
STARTS_WITH:
"startsWith"
Defined in: packages/chaingraph-nodes/src/nodes/flow/branch.node.ts:25