Properties
namespaceURI
namespaceURI: string
ownerDocument
ownerDocument: Document
Methods
appendChild
- appendChild(newChild: Node): Node
-
Parameters
Returns Node
insertBefore
- insertBefore(newChild: Node, refChild: Node): Node
-
Parameters
-
newChild: Node
-
refChild: Node
Returns Node
querySelector
- querySelector(selectors: string): Element
-
Parameters
Returns Element
querySelectorAll
- querySelectorAll(selectors: string): NodeListOf<Element>
-
Parameters
Returns NodeListOf<Element>
An interface describing the element type of the Enter Selection group elements created when invoking selection.enter().