Type alias ValidatedInputWithResultInput<Input>
Validated
Input
With
Result
Input
<Input>: { input
: DerivedId<Input>; resultInvalidate
: EventId<undefined>; resultTrigger
: EventId<undefined>; validationInvalidate
: EventId<undefined>; }
Type declaration
-
-
resultInvalidate: EventId<undefined>
-
resultTrigger: EventId<undefined>
-
validationInvalidate: EventId<undefined>
The analog to EffectInputSignals, just for ValidatedInputWithResultFactory.