Skip to content

AllWindowsEventComponentRegisterAllWindowsDomEventParams.callback method

AllWindowsEventComponentRegisterAllWindowsDomEventParams › callback

The callback to execute.

Signature:

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

Parameters:

ParameterTypeDescription
thisHTMLElement
evtWindowEventMap[WindowEventType]The event.

Returns: unknownThe result of the callback.