Type Alias EventListener<TEvent>

EventListener: (event: TEvent) => void

The function to be executed when an event occurred.

Type Parameters

Type declaration