Type Alias _EventHandlerList<Payload>Internal

_EventHandlerList: _Handler<Payload>[]

Convenience type for a list of event handlers.

Type Parameters

  • Payload = unknown