mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
3.4 KiB
3.4 KiB
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "DataQueryRequest" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
DataQueryRequest interface
Signature
export interface DataQueryRequest<TQuery extends DataQuery = DataQuery>
Import
import { DataQueryRequest } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
app | CoreApp | string |
|
cacheTimeout | string |
|
dashboardId | number |
|
endTime | number |
|
exploreMode | ExploreMode |
|
interval | string |
|
intervalMs | number |
|
maxDataPoints | number |
|
panelId | number |
|
range | TimeRange |
|
rangeRaw | RawTimeRange |
|
requestId | string |
|
reverse | boolean |
|
scopedVars | ScopedVars |
|
startTime | number |
|
targets | TQuery[] |
|
timeInfo | string |
|
timezone | string |
app property
Signature
app: CoreApp | string;
cacheTimeout property
Signature
cacheTimeout?: string;
dashboardId property
Signature
dashboardId: number;
endTime property
Signature
endTime?: number;
exploreMode property
Signature
exploreMode?: ExploreMode;
interval property
Signature
interval: string;
intervalMs property
Signature
intervalMs?: number;
maxDataPoints property
Signature
maxDataPoints?: number;
panelId property
Signature
panelId: number;
range property
Signature
range: TimeRange;
rangeRaw property
Signature
rangeRaw?: RawTimeRange;
requestId property
Signature
requestId: string;
reverse property
Signature
reverse?: boolean;
scopedVars property
Signature
scopedVars: ScopedVars;
startTime property
Signature
startTime: number;
targets property
Signature
targets: TQuery[];
timeInfo property
Signature
timeInfo?: string;
timezone property
Signature
timezone: string;