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