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;