Skip to content

Interface: DefaultEventsMap

The default events map, used if no EventsMap is given. Using this EventsMap is equivalent to accepting all event names, and any data.

Indexable

ts
[event: string]: (...args: any[]) => void