Files

24 lines
622 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "FormAPI"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## FormAPI type
### FormAPI type
<b>Signature</b>
```typescript
export declare type FormAPI<T> = Pick<FormContextValues<T>, 'register' | 'errors' | 'control' | 'formState' | 'getValues' | 'watch'>;
```
<b>Import</b>
```typescript
import { FormAPI } from '@grafana/ui';
```