Skip to main content

LogicalExpression

@lowcode/expression-parser


Interface: LogicalExpression

Defined in: ast/nodes.ts:66

Логическая операция: && || ??

Extends

Properties

end?

optional end: number

Defined in: ast/nodes.ts:8

Inherited from

BaseExpression.end


left

left: ExpressionNode

Defined in: ast/nodes.ts:69


operator

operator: "??" | "&&" | "||"

Defined in: ast/nodes.ts:68


right: ExpressionNode

Defined in: ast/nodes.ts:70


start?

optional start: number

Defined in: ast/nodes.ts:7

Inherited from

BaseExpression.start


type

type: "LogicalExpression"

Defined in: ast/nodes.ts:67

Overrides

BaseExpression.type