AnnotationQueryRequest interface

Options passed to the datasource.annotationQuery method. See docs/plugins/developing/datasource.md

Signature

  1. export interface AnnotationQueryRequest<MoreOptions = {}>

Import

  1. import { AnnotationQueryRequest } from '@grafana/data';

Properties

PropertyTypeDescription
annotationAnnotationQuery
dashboardany
rangeTimeRange
rangeRawRawTimeRange

annotation property

Signature

  1. annotation: AnnotationQuery;

dashboard property

Signature

  1. dashboard: any;

range property

Signature

  1. range: TimeRange;

rangeRaw property

Signature

  1. rangeRaw: RawTimeRange;