Interface for the settings used to define the context in which DOM operations are performed.

Hierarchy

  • DomContext

Properties

Properties

context?: HTMLElement | Document

This can be either the global Document object or a specific HTMLElement. If not provided, the global Document object is used by default.