# IsFormDirtyConfig

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

## Definition

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

## Related

### Methods

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