Cuttlefish SDK Reference - v0.1.0
Preparing search index...
@cuttlefish-sync/core
BinaryOperationNode
Interface BinaryOperationNode
interface
BinaryOperationNode
{
kind
:
"BinaryOperationNode"
;
leftOperand
:
OperationNode
;
operator
:
OperationNode
;
rightOperand
:
OperationNode
;
}
Hierarchy
OperationNode
BinaryOperationNode
Index
Properties
kind
left
Operand
operator
right
Operand
Properties
Readonly
kind
kind
:
"BinaryOperationNode"
Readonly
left
Operand
leftOperand
:
OperationNode
Readonly
operator
operator
:
OperationNode
Readonly
right
Operand
rightOperand
:
OperationNode
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
left
Operand
operator
right
Operand
Cuttlefish SDK Reference - v0.1.0
Loading...