QueryEditorProps interface
Signature
export interface QueryEditorProps<DSType extends DataSourceApi<TQuery, TOptions>, TQuery extends DataQuery = DataQuery, TOptions extends DataSourceJsonData = DataSourceJsonData, TVQuery extends DataQuery = TQuery>
Import
import { QueryEditorProps } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
app | CoreApp |
|
data | PanelData |
Contains query response filtered by refId of QueryResultBase and possible query error |
datasource | DSType |
|
exploreId | any |
|
history | Array<HistoryItem<TQuery>> |
|
onBlur | () => void |
|
onChange | (value: TVQuery) => void |
|
onRunQuery | () => void |
|
queries | DataQuery[] |
|
query | TVQuery |
|
range | TimeRange |
app property
Signature
app?: CoreApp;
data property
Contains query response filtered by refId of QueryResultBase and possible query error
Signature
data?: PanelData;
datasource property
Signature
datasource: DSType;
exploreId property
Signature
exploreId?: any;
history property
Signature
history?: Array<HistoryItem<TQuery>>;
onBlur property
Signature
onBlur?: () => void;
onChange property
Signature
onChange: (value: TVQuery) => void;
onRunQuery property
Signature
onRunQuery: () => void;
queries property
Signature
queries?: DataQuery[];
query property
Signature
query: TVQuery;
range property
Signature
range?: TimeRange;
Related Grafana resources
Opening keynote: What's new in Grafana 9?
Raj Dutt, Myrle Krantz, and Torkel Ödegaard unveil what's new in Grafana 9. Watch the opening keynote presentation from GrafanaCONline 2022. On-demand.
Unify your data with Grafana plugins: Splunk, MongoDB, Datadog, and more
Show how Grafana can be used to take data from multiple different sources and unify it, without disrupting the investments that are working today.
Getting started with Grafana Enterprise and observability
Join the Grafana Labs team for a 30-minute demo of how to get started with the Grafana Stack, so you can go from zero to observability in just a few minutes.