Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
BinaryOperationNode
Interface BinaryOperationNode
interface
BinaryOperationNode
{
kind
:
"BinaryOperationNode"
;
leftOperand
:
OperationNode
;
operator
:
OperationNode
;
rightOperand
:
OperationNode
;
}
Hierarchy (
view full
)
OperationNode
BinaryOperationNode
Index
Properties
kind
left
Operand
operator
right
Operand
Properties
Readonly
kind
kind
:
"BinaryOperationNode"
Readonly
left
Operand
left
Operand
:
OperationNode
Readonly
operator
operator
:
OperationNode
Readonly
right
Operand
right
Operand
:
OperationNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
kind
left
Operand
operator
right
Operand
Silvertree API
Loading...