Skip to content

AllWindowsEventComponentRegisterAllDocumentsDomEventParams.callback method

AllWindowsEventComponentRegisterAllDocumentsDomEventParams › callback

The callback to execute.

Signature:

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

Parameters:

ParameterTypeDescription
thisHTMLElement
evtDocumentEventMap[DocumentEventType]The event.

Returns: unknownThe result of the callback.