Skip to content

Interface: UnaryExprNode

Defined in: packages/core/src/parser/ast.ts:53

Unary expression: op operand (e.g., not Active)

Properties

kind

readonly kind: "UnaryExpr"

Defined in: packages/core/src/parser/ast.ts:54


operand

readonly operand: FilterNode

Defined in: packages/core/src/parser/ast.ts:56


operator

readonly operator: UnaryOperator

Defined in: packages/core/src/parser/ast.ts:55