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.
Events are valued by provided value
function. The null
, undefined
, and false
values are dropped.
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.
Events are valued by provided
value
function. Thenull
,undefined
, andfalse
values are dropped.