Skip to content

AllWindowsEventComponentRegisterAllWindowsDomEventParams.callback method

AllWindowsEventComponentRegisterAllWindowsDomEventParams › callback

The callback to execute.

Signature:

callback(this: HTMLElement, $event: WindowEventMap[WindowEventType]): unknown

Parameters:

ParameterTypeDescription
thisHTMLElement
$eventWindowEventMap[WindowEventType]

Returns: unknownThe result of the callback.