Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NonDocumentTypeChildNode

Package version

Hierarchy

Index

Properties

nextElementSibling

nextElementSibling: Element | null

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

previousElementSibling

previousElementSibling: Element | null

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

Generated using TypeDoc