GettingStarted: convert to react panel plugin (#16985)

* getting started

* getting started
This commit is contained in:
Ryan McKinley
2019-05-09 22:48:31 -07:00
committed by Torkel Ödegaard
parent 56702902a1
commit f617cd8975
6 changed files with 180 additions and 171 deletions

View File

@@ -23,6 +23,7 @@ export interface PanelData {
}
export interface PanelProps<T = any> {
id: number; // ID within the current dashboard
data: PanelData;
// TODO: annotation?: PanelData;