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.
AnnotationEventUIModel interface
Signature
export interface AnnotationEventUIModel
Import
import { AnnotationEventUIModel } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
description | string | |
from | number | |
id | string | |
tags | string[] | |
to | number |
description property
Signature
description: string;
from property
Signature
from: number;
id property
Signature
id?: string;
tags property
Signature
tags: string[];
to property
Signature
to: number;