Skip to content

@continuum-js/dom


@continuum-js/dom / applyEvent

Function: applyEvent()

applyEvent(el, evt, handler): void

Defined in: index.tsx:433

Internal

Bind one event prop (delegated when the type bubbles).

Parameters

el

Element

evt

string

handler

EventListener

Returns

void