Type alias _EventHandlerList<Payload>Internal

_EventHandlerList<Payload>: _Handler<Payload>[]

Convenience type for a list of event handlers.

Type Parameters

  • Payload = unknown