Search
Preparing search index...
The search index is not available
EF Chat-Bot Conversation Generator
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"lib/event/emitter/IFunction"
IEventEmitterFunction
Interface IEventEmitterFunction<Record, E, Listener>
A callback that can be assigned to an
EventEmitter
event
Type parameters
Record
:
any
E
:
keyof Record
Listener
Hierarchy
IEventEmitterListener
<
ArgumentTypes
<
Record[E]
>
,
EventEmitterReturnType
<
Record[E]
>
>
IEventEmitterFunction
Callable
__call
(
...
args
:
ArgumentTypes
<
Record[E]
>
)
:
EventEmitterReturnType
<
Record[E]
>
A callback that can be assigned to an
EventEmitter
event
Parameters
Rest
...
args:
ArgumentTypes
<
Record[E]
>
Returns
EventEmitterReturnType
<
Record[E]
>
Index
Properties
__computed
Properties
Optional
__computed
__computed
:
Listener
Globals
"lib/event/emitter/IFunction"
IEvent
Emitter
Function
__computed
A callback that can be assigned to an
EventEmitter
event