AllWindowsEventComponentRegisterAllWindowsDomEventParams.callback method
AllWindowsEventComponentRegisterAllWindowsDomEventParams › callback
The callback to execute.Signature:
callback(this: HTMLElement, evt: WindowEventMap[WindowEventType]): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| this | HTMLElement | |
| evt | WindowEventMap[WindowEventType] | The event. |
Returns: unknown — The result of the callback.