# IsFieldTouchedConfig

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

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

## Generics

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

## Definition

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

## Related

### Methods

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