Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEventEmitterCallback<Arguments, ReturnType>

A callback that can be assigned to an EventEmitter event

Type parameters

Hierarchy

Callable

  • __call(...args: Arguments): ReturnType

Index

Properties

Properties

__computed

__computed: IListener<Arguments, ReturnType>