An interface for nodes that can hold children.
The children of the node. A node can have any number of children of all types.
Adds a child to the node. If the node is a TextNode, attempts to flatten the node with a previous TextNode.
The child to add.
Generated using TypeDoc
An interface for nodes that can hold children.