AnnotationEvent interface

Signature

  1. export interface AnnotationEvent

Import

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

Properties

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

alertId property

Signature

  1. alertId?: number;

annotation property

Signature

  1. annotation?: any;

avatarUrl property

Signature

  1. avatarUrl?: string;

color property

Signature

  1. color?: string;

dashboardId property

Signature

  1. dashboardId?: number;

email property

Signature

  1. email?: string;

id property

Signature

  1. id?: string;

isRegion property

Signature

  1. isRegion?: boolean;

login property

Signature

  1. login?: string;

newState property

Signature

  1. newState?: string;

panelId property

Signature

  1. panelId?: number;

source property

Signature

  1. source?: any;

tags property

Signature

  1. tags?: string[];

text property

Signature

  1. text?: string;

time property

Signature

  1. time?: number;

timeEnd property

Signature

  1. timeEnd?: number;

title property

Signature

  1. title?: string;

type property

Signature

  1. type?: string;

userId property

Signature

  1. userId?: number;