+++ # ----------------------------------------------------------------------- # 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 Signature ```typescript export declare type FormAPI = Pick, 'register' | 'errors' | 'control' | 'formState' | 'getValues' | 'watch'>; ``` Import ```typescript import { FormAPI } from '@grafana/ui'; ```