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;