Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
AnnotationQuery interface
This JSON object is stored in the dashboard json model.
Signature
export interface AnnotationQuery<TQuery extends DataQuery = DataQuery>
Import
import { AnnotationQuery } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
datasource | string | |
enable | boolean | |
iconColor | string | |
mappings | AnnotationEventMappings | |
name | string | |
target | TQuery |
datasource property
Signature
datasource: string;
enable property
Signature
enable: boolean;
iconColor property
Signature
iconColor: string;
mappings property
Signature
mappings?: AnnotationEventMappings;
name property
Signature
name: string;
target property
Signature
target?: TQuery;