Class: Node
A low-level object representing a bracketed tag.
Constructors
new Node()
new Node(coordinates
, tag
): Node
Parameters
• coordinates: [number
, number
]
• tag: null
| Lexer
Returns
Defined in
Properties
coordinates
coordinates: [number
, number
]
Defined in
output
output: null
| string
Defined in
tag
tag: null
| Lexer
Defined in
Methods
toJSON()
toJSON(): object
Returns
object
coordinates
coordinates: [number
, number
]
output
output: null
| string
tag
tag: null
| Lexer
Defined in
toString()
toString(): string
Returns
string