Skip to content

AllWindowsEventComponentRegisterAllDocumentsDomEventParams.callback method

AllWindowsEventComponentRegisterAllDocumentsDomEventParams › callback

The callback to execute.

Signature:

callback(this: HTMLElement, $event: DocumentEventMap[DocumentEventType]): unknown

Parameters:

ParameterTypeDescription
thisHTMLElement
$eventDocumentEventMap[DocumentEventType]

Returns: unknownThe result of the callback.