# IsFormTouchedConfig

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

## Definition

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

## Related

### Methods

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