+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "MutableField" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## MutableField type ### MutableField type Signature ```typescript export declare type MutableField = Field>; ``` Import ```typescript import { MutableField } from '@grafana/data'; ```