# IsFormValidConfig

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

## Definition

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

## Related

### Methods

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