+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "MetricFindValue" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## MetricFindValue interface Signature ```typescript export interface MetricFindValue ``` Import ```typescript import { MetricFindValue } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [text](#text-property) | string | | ### text property Signature ```typescript text: string; ```