Last Updated: 3/9/2026
- AndNode
Interface AndNode
interface AndNode {
kind: “AndNode”;
left: OperationNode;
right: OperationNode;
}
Hierarchy (View Summary)
- OperationNode
- AndNode
Index
Properties
Properties
Readonlykind
kind: “AndNode”
Readonlyleft
left: OperationNode
Readonlyright
right: OperationNode
Settings
Member Visibility
On This Page
Properties