# InsertConfig

Configuration interface for inserting items into array fields. Used by the `insert` method.

## Generics

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

## Definition

- `InsertConfig`
  - `path` <Property {...properties.path} />
  - `at` <Property {...properties.at} />
  - `initialInput` <Property {...properties.initialInput} />

## Related

### Methods

<ApiList items={[{ text: 'insert', href: '../insert/' }]} />
