# IsFieldEditedConfig

Configuration interface for checking whether a specific field is edited. Used by the `isEdited` method when a specific field path is provided.

## Generics

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

## Definition

- `IsFieldEditedConfig`
  - `path` <Property {...properties.path} />

## Related

### Methods

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