# IsFieldTouchedConfig

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

## Generics

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

## Definition

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

## Related

### Methods

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