HistoryItem interface

Signature

  1. export interface HistoryItem<TQuery extends DataQuery = DataQuery>

Import

  1. import { HistoryItem } from '@grafana/data';

Properties

PropertyTypeDescription
queryTQuery
tsnumber

query property

Signature

  1. query: TQuery;

ts property

Signature

  1. ts: number;