Readonly
childSee Element.childElementCount
on MDN
Readonly
childSee Node.childNodes
on MDN
Readonly
childrenSee Element.children
on MDN
Readonly
firstSee Node.firstChild
on MDN
Readonly
firstSee Element.firstElementChild
on MDN
Readonly
lastSee Node.lastChild
on MDN
Readonly
lastSee Element.lastElementChild
on MDN
Readonly
nextSee Node.nextSibling
on MDN
Readonly
nodeSee Node.nodeName
on MDN
Readonly
nodeSee Node.nodeType
on MDN
See Node.nodeValue
on MDN
Readonly
parentSee Node.parentElement
on MDN
Readonly
parentSee Node.parentNode
on MDN
Readonly
previousSee Node.previousSibling
on MDN
See Node.textContent
on MDN
See Element.append
on MDN
Rest
...nodes: (string | Node)[]See Node.appendChild
on MDN
See Node.cloneNode
on MDN
Optional
deep: booleanSee Node.contains
on MDN
See Node.hasChildNodes
on MDN
See Node.insertBefore
on MDN
See Node.isEqualNode
on MDN
See Element.prepend
on MDN
Rest
...nodes: (string | Node)[]See Node.removeChild
on MDN
See Node.replaceChild
on MDN
See Element.replaceChildren
on MDN
Rest
...nodes: (string | Node)[]Generated using TypeDoc
See
Node
on MDN