specifies the input type for the effect
specifies the result type of the effect
specifies the error type of the effect
The current input (which might differ from the resultInput),
or NO_VALUE
, if no input was received yet
The current effect-result,
or NO_VALUE
if no result was received yet,
or the effect produced an error
The input that produced the current effect-result,
or NO_VALUE
, if initial result or no result received yet
Indicates whether the effect is currently running.
In case of a factory without trigger, this will be true whenever one or multiple
of the following conditions are met:
currentInput !== resultInput
,
or an invalidation event has been sent,
or the effect has sent a result, but has not yet completed.
In case of a factory with result-trigger, in addition to the previous
criteria, a trigegr event must have been received.
Generated using TypeDoc
Value-type for the combined derived behavior produced by EffectSignals.