# FieldStore

Reactive field store interface with properties and element props for field management.

## Generics

- `TSchema` <Property {...properties.TSchema} />
- `TFieldPath` <Property {...properties.TFieldPath} />

## Definition

- `FieldStore`
  - `path` <Property {...properties.path} />
  - `input` <Property {...properties.input} />
  - `errors` <Property {...properties.errors} />
  - `isTouched` <Property {...properties.isTouched} />
  - `isDirty` <Property {...properties.isDirty} />
  - `isValid` <Property {...properties.isValid} />
  - `onInput` <Property {...properties.onInput} />
  - `props` <Property {...properties.props} />
