mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:12:41 +08:00

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