grafana/docs/sources/packages_api/data/dataqueryrequest.md
Marcus Andersson cc3fc18076
Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

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;