Skip to main content
Version: 0.1.1

Interface: FormSnapshot

Imported from @react-logic/utils

Atomic form-state snapshot returned by form().

Type Parameters

S

S

Properties

dirty

readonly dirty: BoolTree<S>


errors

readonly errors: Errors<S>


pristine

readonly pristine: boolean


submitted

readonly submitted: boolean


submitting

readonly submitting: boolean


touched

readonly touched: BoolTree<S>


valid

readonly valid: boolean


values

readonly values: Values<S>