Interface: FormSnapshot
Imported from
@react-logic/utilsDefined in: utils/src/lib/forms.ts:194
Atomic form-state snapshot returned by form().
Type Parameters
S
S
Properties
dirty
readonlydirty:BoolTree<S>
Defined in: utils/src/lib/forms.ts:198
errors
readonlyerrors:Errors<S>
Defined in: utils/src/lib/forms.ts:196
pristine
readonlypristine:boolean
Defined in: utils/src/lib/forms.ts:200
submitted
readonlysubmitted:boolean
Defined in: utils/src/lib/forms.ts:202
submitting
readonlysubmitting:boolean
Defined in: utils/src/lib/forms.ts:201
touched
readonlytouched:BoolTree<S>
Defined in: utils/src/lib/forms.ts:197
valid
readonlyvalid:boolean
Defined in: utils/src/lib/forms.ts:199
values
readonlyvalues:Values<S>
Defined in: utils/src/lib/forms.ts:195