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:
Torkel Ödegaard
2021-10-01 11:08:11 +02:00
committed by GitHub
parent 0b89bdd47d
commit 962745ff21
18 changed files with 104 additions and 47 deletions

View File

@@ -79,6 +79,7 @@ export interface PanelState {
pluginId: string;
plugin?: PanelPlugin;
angularComponent?: AngularComponent | null;
instanceState?: any | null;
}
export interface DashboardState {