mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEditor: Adds panel instance state and a way to share this between panel & option editors (#39637)
* PanelEditor: Adds panel instance state and a way to share this between panel & option editors * Refactoring to use PanelContext
This commit is contained in:
@@ -79,6 +79,7 @@ export interface PanelState {
|
||||
pluginId: string;
|
||||
plugin?: PanelPlugin;
|
||||
angularComponent?: AngularComponent | null;
|
||||
instanceState?: any | null;
|
||||
}
|
||||
|
||||
export interface DashboardState {
|
||||
|
||||
Reference in New Issue
Block a user