On this pageText Text within the document. The Text element extends the one from Domhandler to add some extra properties (https://domhandler.js.org/classes/Text.html)HierarchyDataNodeTextIndex ConstructorsconstructorPropertieschildrenclosedatalocopenparentAccessorsnodeValueConstructors constructornew Text(data: string): TextParametersdata: stringReturns TextProperties childrenchildren: Node[] = []closeclose: undefined | CharValuedatadata: stringlocloc: Rangeopenopen: CharValueparentparent: null | NodeWithChildren = nullAccessors nodeValueget nodeValue(): stringset nodeValue(data: string): voidReturns stringParametersdata: stringReturns void
Text within the document. The Text element extends the one from Domhandler to add some extra properties (https://domhandler.js.org/classes/Text.html)