mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 13:12:24 +08:00

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