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

PropertyTypeDescription
annotationany
avatarUrlstring
dashboardIdnumber
emailstring
idstring
isRegionboolean
loginstring
panelIdnumber
sourceany
tagsstring[]
textstring
timenumber
timeEndnumber
titlestring
typestring
userIdnumber

annotation property

Signature

typescript
annotation?: any;

avatarUrl property

Signature

typescript
avatarUrl?: 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;

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;