* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
896 B
896 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "HistoryItem" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
HistoryItem interface
Signature
export interface HistoryItem<TQuery extends DataQuery = DataQuery>
Import
import { HistoryItem } from '@grafana/data';
Properties
| Property | Type | Description |
|---|---|---|
| query | TQuery |
|
| ts | number |
query property
Signature
query: TQuery;
ts property
Signature
ts: number;