AnnoList: add alpha annotations list plugin (#17187)

adding an alpha panel
This commit is contained in:
Ryan McKinley
2019-07-09 09:28:19 -07:00
committed by GitHub
parent b44be990bc
commit 6599bdc7f1
10 changed files with 698 additions and 2 deletions

View File

@@ -97,6 +97,9 @@ export interface AnnotationEvent {
dashboardId?: number;
panelId?: number;
userId?: number;
login?: string;
email?: string;
avatarUrl?: string;
time?: number;
timeEnd?: number;
isRegion?: boolean;