NodeWithChildren
reexport
type NodeWithChildren<> = anyDefined in
domhandlerFields
children
children: Array<ChildNode>;endIndex
endIndex: number | null;next
next: ChildNode | null;nodeType
nodeType: number;parent
parent: ParentNode | null;prev
prev: ChildNode | null;sourceCodeLocation
sourceCodeLocation?: SourceCodeLocation | null;startIndex
startIndex: number | null;type
type: ElementType;Methods
cloneNode
Parameters
recursive