# IsFieldEditedConfig

> This document is the Markdown version of [formisch.dev/methods/api/IsFieldEditedConfig/](https://formisch.dev/methods/api/IsFieldEditedConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

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

## Generics

- `TSchema` `extends FormSchema`
- `TFieldPath` `extends RequiredPath`

## Definition

- `IsFieldEditedConfig`
  - `path` `ValidPath<v.InferInput<TSchema>, TFieldPath>`

## Related

### Methods

[`isEdited`](/methods/api/isEdited.md)
