ElementRefScope

A callback scope for listeners that inform the user about events associated with an underlying raw DOM element.

You do not construct these directly. Instead, see ref, disposableRef, and refScope.

Parameters

TElement

The element type of this scope is in, so that even if you register a refscope against a very specific element type (e.g. HTMLDivElement), you can still register a more generic handler against it (e.g. an HTMLElement)

Types

Link copied to clipboard