Reference to the component instance
Bind a DOM event handler
DOM element
DOM event type
Event handler function
Event listener options
Debounce event handler execution
Event type
Event handler function
Debounce delay in milliseconds
Delegate DOM events to child elements
Container element
CSS selector for target elements
DOM event type
Event handler function
Get all registered event types
Array of event types
Get the number of handlers for a specific event type
Event type
Number of handlers
Check if there are any handlers for a specific event type
Event type
True if handlers exist
Unbind an event handler from a custom event
Event type
Optional
handler: EventHandlerEvent handler function (optional)
Bind an event handler to a custom event
Event type
Event handler function
Create a one-time event handler
Event type
Event handler function
Throttle event handler execution
Event type
Event handler function
Throttle delay in milliseconds
Trigger a custom event
Event type
Data to pass to event handlers
Unbind all event handlers (both custom and DOM)
Unbind a DOM event handler
DOM element
DOM event type
Original event handler function
Constructor for EventManager