object should be in either of the following forms:
object
interface EventTypes { 'event-with-parameters': any[] 'event-with-example-handler': (...args: any[]) => void} Copy
interface EventTypes { 'event-with-parameters': any[] 'event-with-example-handler': (...args: any[]) => void}
Generated using TypeDoc
object
should be in either of the following forms: