Menu
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.
Enterprise
Open source
AnnotationEvent interface
Signature
typescript
export interface AnnotationEvent
Import
typescript
import { AnnotationEvent } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
alertId | number | |
annotation | any | |
avatarUrl | string | |
color | string | |
dashboardId | number | |
string | ||
id | string | |
isRegion | boolean | |
login | string | |
newState | string | |
panelId | number | |
source | any | |
tags | string[] | |
text | string | |
time | number | |
timeEnd | number | |
title | string | |
type | string | |
userId | number |
alertId property
Signature
typescript
alertId?: number;
annotation property
Signature
typescript
annotation?: any;
avatarUrl property
Signature
typescript
avatarUrl?: string;
color property
Signature
typescript
color?: string;
dashboardId property
Signature
typescript
dashboardId?: number;
email property
Signature
typescript
email?: string;
id property
Signature
typescript
id?: string;
isRegion property
Signature
typescript
isRegion?: boolean;
login property
Signature
typescript
login?: string;
newState property
Signature
typescript
newState?: string;
panelId property
Signature
typescript
panelId?: number;
source property
Signature
typescript
source?: any;
tags property
Signature
typescript
tags?: string[];
text property
Signature
typescript
text?: string;
time property
Signature
typescript
time?: number;
timeEnd property
Signature
typescript
timeEnd?: number;
title property
Signature
typescript
title?: string;
type property
Signature
typescript
type?: string;
userId property
Signature
typescript
userId?: number;
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Getting started with the Grafana LGTM Stack
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.

Getting started with Grafana dashboard design (EMEA Timezone)
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.

Unify your data with Grafana plugins: Datadog, Splunk, MongoDB, and more
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and more.