@tempots/dom

BrowserContext.(constructor)

Constructs a new DOMContext instance.

Signature:

constructor(
    document: Document, 
    element: HTMLElement, 
    reference: Node | undefined, 
    providers: Providers);

Parameters

Parameter

Type

Description

document

Document

The Document instance associated with this context.

element

HTMLElement

The Element instance associated with this context.

reference

Node | undefined

An optional Node instance that serves as a reference for this context.

providers

Providers

The Providers instance associated with this context.