# SetFormInputConfig

Configuration interface for setting form-level input. Used by the `setInput` method when no specific field path is provided.

## Generics

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

## Definition

- `SetFormInputConfig`
  - `path` <Property {...properties.path} />
  - `input` <Property {...properties.input} />

## Related

### Methods

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