# MoveConfig

Configuration interface for moving items within array fields. Used by the `move` method.

## Generics

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

## Definition

- `MoveConfig`
  - `path` <Property {...properties.path} />
  - `from` <Property {...properties.from} />
  - `to` <Property {...properties.to} />

## Related

### Methods

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