+++ # ----------------------------------------------------------------------- # 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 ```typescript export interface HistoryItem ``` Import ```typescript import { HistoryItem } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [query](#query-property) | TQuery | | | [ts](#ts-property) | number | | ### query property Signature ```typescript query: TQuery; ``` ### ts property Signature ```typescript ts: number; ```