Skip to content

Documentation / @andrew_l/search-query-language / NodeLogicalExpression

Interface: NodeLogicalExpression ​

Extends ​

Properties ​

end ​

end: number

End positions of the node in the source code.

Inherited from ​

Node.end


left ​

left: NodeExpression

Left operand of the logical expression.


operator ​

operator: LogicalOperator

Operator of the logical expression.


right: NodeExpression

Right operand of the logical expression.


start ​

start: number

Start positions of the node in the source code.

Inherited from ​

Node.start


type ​

type: "logical-expression"

Type of the node.

Overrides ​

Node.type