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