Type alias ValidatedInputWithResultInput<Input>
Validated
InputWithResultInput<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.