Interface NonDocumentTypeChildNode

Hierarchy

Properties

nextElementSibling: null | Element

Returns the first following sibling that is an element, and null otherwise.

MDN Reference

previousElementSibling: null | Element

Returns the first preceding sibling that is an element, and null otherwise.

MDN Reference

Generated using TypeDoc