Skip to content

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

Interface: NodeIdentifier

Identifier node of the AST.

Extends

Properties

end

end: number

End positions of the node in the source code.

Inherited from

Node.end


name

name: string

Name of the identifier.


start

start: number

Start positions of the node in the source code.

Inherited from

Node.start


type

type: "identifier"

Type of the node.

Overrides

Node.type