Readonly
childSee Node.childNodes
on MDN
Readonly
firstSee Node.firstChild
on MDN
Readonly
lastSee Node.lastChild
on MDN
Readonly
nextSee Element.nextElementSibling
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 Element.previousElementSibling
on MDN
Readonly
previousSee Node.previousSibling
on MDN
See Node.textContent
on MDN
See Element.after
on MDN
Rest
...nodes: (string | Node)[]See Node.appendChild
on MDN
See Element.before
on MDN
Rest
...nodes: (string | Node)[]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.remove
on MDN
See Node.removeChild
on MDN
See Node.replaceChild
on MDN
See Element.replaceWith
on MDN
Rest
...nodes: (string | Node)[]Generated using TypeDoc
See
Node
on MDN