Type Alias EventListener<TEvent>

EventListener<TEvent>: ((event: TEvent) => void)

The function to be executed when an event occurred.

Type Parameters