Incoming event type.
Event value type.
Event value detector function. Accepts incoming event as parameters and returns either its value,
or false
/null
/undefined
to ignore it.
Rest
...event: TEventNew event processor.
Creates an event processor that sends the values of events incoming from OnEvent sender or a fallback value, and does not share the outgoing events supply.
Incoming event type.
Event value type.
Event value detector function. Accepts incoming event as parameters and returns either its value,
or false
/null
/undefined
to ignore it.
Rest
...event: TEventA function creating a fallback value.
New event processor.
Generated using TypeDoc
Creates an event processor that sends the values of events incoming from AfterEvent keeper, and does not share the outgoing events supply.