# IsFieldDirtyConfig

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

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

## Generics

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

## Definition

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

## Related

### Methods

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