AllWindowsEventComponentRegisterAllWindowsDomEventParams<WindowEventType>
Parameters for AllWindowsEventComponent.registerAllWindowsDomEvent.
Import:
import type { AllWindowsEventComponentRegisterAllWindowsDomEventParams } from 'obsidian-dev-utils/obsidian/components/all-windows-event-component';Signature:
export interface AllWindowsEventComponentRegisterAllWindowsDomEventParams<WindowEventType extends keyof WindowEventMap>Properties
| Property | Type | Description |
|---|---|---|
| options? | AddEventListenerOptions | boolean | The options for the event. |
| type | WindowEventType | The type of the event. |
Methods
| Method | Returns | Description |
|---|---|---|
| callback(this, evt) | unknown | The callback to execute. |