mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
noImplicitAny: Down approx 200 errors (#18143)
* noImplicitAny playlist approx 200 * Add AngularPanelMenuItem interface * Roughly 100 noImplicitAny
This commit is contained in:
committed by
Torkel Ödegaard
parent
ed099d5ca0
commit
c8498461a5
@@ -123,6 +123,16 @@ export interface PanelMenuItem {
|
||||
subMenu?: PanelMenuItem[];
|
||||
}
|
||||
|
||||
export interface AngularPanelMenuItem {
|
||||
click: Function;
|
||||
icon: string;
|
||||
href: string;
|
||||
divider: boolean;
|
||||
text: string;
|
||||
shortcut: string;
|
||||
submenu: any[];
|
||||
}
|
||||
|
||||
export enum VizOrientation {
|
||||
Auto = 'auto',
|
||||
Vertical = 'vertical',
|
||||
|
||||
Reference in New Issue
Block a user