subscribedEvents: { [eventName: string]: Function }

Events that have been subscribed to, and their callbacks that can be used to unsubscribe them.

Type declaration

  • [eventName: string]: Function