Text
reexport
type Text<> = anyDefined in
domhandlerFields
data
data: string;endIndex
endIndex: number | null;next
next: ChildNode | null;parent
parent: ParentNode | null;prev
prev: ChildNode | null;sourceCodeLocation
sourceCodeLocation?: SourceCodeLocation | null;startIndex
startIndex: number | null;type
type: Text;Methods
cloneNode
Parameters
recursive