Interface ChildNode

See Node on MDN

Hierarchy

Properties

childNodes: readonly ChildNode[]

See Node.childNodes on MDN

firstChild: null | ChildNode

See Node.firstChild on MDN

lastChild: null | ChildNode

See Node.lastChild on MDN

nextElementSibling: null | Element
nextSibling: null | ChildNode

See Node.nextSibling on MDN

nodeName: string

See Node.nodeName on MDN

nodeType: number

See Node.nodeType on MDN

nodeValue: null | string

See Node.nodeValue on MDN

parentElement: null | Element

See Node.parentElement on MDN

parentNode: null | ParentNode

See Node.parentNode on MDN

previousElementSibling: null | Element
previousSibling: null | ChildNode
textContent: null | string

See Node.textContent on MDN

Methods

Generated using TypeDoc