Interface ParentNode

See Node on MDN

Hierarchy

Properties

childElementCount: number
childNodes: readonly ChildNode[]

See Node.childNodes on MDN

children: readonly Node[]

See Element.children on MDN

firstChild: null | ChildNode

See Node.firstChild on MDN

firstElementChild: null | Element
lastChild: null | ChildNode

See Node.lastChild on MDN

lastElementChild: 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

previousSibling: null | ChildNode
textContent: null | string

See Node.textContent on MDN

Methods

Generated using TypeDoc