mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 06:32:21 +08:00
24 lines
622 B
Markdown
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';
|
|
```
|