* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
922 B
922 B
+++
-----------------------------------------------------------------------
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
export interface QueryResultMetaStat extends FieldConfig
Import
import { QueryResultMetaStat } from '@grafana/data';
Properties
| Property | Type | Description |
|---|---|---|
| title | string |
|
| value | number |
title property
Signature
title: string;
value property
Signature
value: number;