Skip to content
On this page

getEventListeners()

Gets all the listeners for the specified local event.

Function Definition

ts
function getEventListeners(eventName: string | null): ((...args: any[]) => void)[];

Arguments

  • eventName: string | null): ((...args: any[]) => void

Returns

  • ((...args: any[]) => void)[]

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk