The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/packages_api/data/annotationevent.md

169 lines
2.8 KiB

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