@tempots/dom

BrowserContext.of() method

Creates a new DOMContext instance for the given Element and optional reference Node.

Signature:

static of(element: HTMLElement, ref?: Node | undefined): DOMContext;

Parameters

Parameter

Type

Description

element

HTMLElement

The HTMLElement to create the DOMContext for.

ref

Node | undefined

(Optional) An optional reference Node to associate with the DOMContext.

Returns: DOMContext

A new DOMContext instance.