# IsFieldValidConfig

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

## Generics

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

## Definition

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

## Related

### Methods

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