+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "AnnotationEvent" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## AnnotationEvent interface Signature ```typescript export interface AnnotationEvent ``` Import ```typescript import { AnnotationEvent } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [annotation](#annotation-property) | any | | | [avatarUrl](#avatarurl-property) | string | | | [dashboardId](#dashboardid-property) | number | | | [email](#email-property) | string | | | [id](#id-property) | string | | | [isRegion](#isregion-property) | boolean | | | [login](#login-property) | string | | | [panelId](#panelid-property) | number | | | [source](#source-property) | any | | | [tags](#tags-property) | string[] | | | [text](#text-property) | string | | | [time](#time-property) | number | | | [timeEnd](#timeend-property) | number | | | [title](#title-property) | string | | | [type](#type-property) | string | | | [userId](#userid-property) | number | | ### 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; ```