# FocusFieldConfig

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

Configuration interface for focusing a field. Used by the `focus` method to specify which field to focus.

## Generics

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

## Definition

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

## Related

### Methods

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