# IsFieldValidConfig

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

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

## Generics

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

## Definition

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

## Related

### Methods

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