Readonly
firstNode.firstChild on MDN
Readonly
lastNode.lastChild on MDN
Readonly
nextElement.nextElementSibling on MDN
Readonly
nextNode.nextSibling on MDN
Abstract
Readonly
nodeNode.nodeName on MDN
Abstract
Readonly
nodeNode.nodeType on MDN
Readonly
parentNode.parentNode on MDN
Readonly
previousReadonly
previousNode.previousSibling on MDN
Node.childNodes on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Rest
...nodes: (string | Node)[]Element.after on MDN
Rest
...nodes: (string | Node)[]Element.before on MDN
Optional
deep: booleanNode.cloneNode on MDN
Node.contains on MDN
Node.hasChildNodes on MDN
Node.insertBefore on MDN
Node.isEqualNode on MDN
Element.remove on MDN
Node.replaceChild on MDN
Rest
...nodes: (string | Node)[]Element.replaceWith on MDN
The node that can be a child of another node.
See
Node on MDN