Skip to content

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

Variable: NODE

const NODE: Readonly<object>

Node types

Type declaration

BINARY_EXPRESSION

BINARY_EXPRESSION: "binary-expression" = 'binary-expression'

IDENTIFIER

IDENTIFIER: "identifier" = 'identifier'

LITERAL

LITERAL: "literal" = 'literal'

LOGICAL_EXPRESSION

LOGICAL_EXPRESSION: "logical-expression" = 'logical-expression'

PROGRAM

PROGRAM: "program" = 'program'