# FieldArrayStore

Reactive field array store interface with properties for managing array fields.

## Generics

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

## Definition

- `FieldArrayStore`
  - `path` <Property {...properties.path} />
  - `items` <Property {...properties.items} />
  - `errors` <Property {...properties.errors} />
  - `isTouched` <Property {...properties.isTouched} />
  - `isDirty` <Property {...properties.isDirty} />
  - `isValid` <Property {...properties.isValid} />
