grafana/docs/sources/packages_api/ui/formapi.md

622 B

+++

-----------------------------------------------------------------------

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

export declare type FormAPI<T> = Pick<FormContextValues<T>, 'register' | 'errors' | 'control' | 'formState' | 'getValues' | 'watch'>;

Import

import { FormAPI } from '@grafana/ui';