mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GettingStarted: convert to react panel plugin (#16985)
* getting started * getting started
This commit is contained in:
committed by
Torkel Ödegaard
parent
56702902a1
commit
f617cd8975
@@ -23,6 +23,7 @@ export interface PanelData {
|
||||
}
|
||||
|
||||
export interface PanelProps<T = any> {
|
||||
id: number; // ID within the current dashboard
|
||||
data: PanelData;
|
||||
// TODO: annotation?: PanelData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user