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
name
name:
string
Name of the identifier.
start
start:
number
Start positions of the node in the source code.
Inherited from
type
type:
"identifier"
Type of the node.