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