AnnotationEventUIModel interface

Signature

  1. export interface AnnotationEventUIModel

Import

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

Properties

PropertyTypeDescription
descriptionstring
fromnumber
idstring
tagsstring[]
tonumber

description property

Signature

  1. description: string;

from property

Signature

  1. from: number;

id property

Signature

  1. id?: string;

tags property

Signature

  1. tags: string[];

to property

Signature

  1. to: number;