Manage the panels of the DesktopCanvas.
Example of usage:
(window as any).gmfapi.store.panels.openToolPanel('name'); (window as any).gmfapi.store.panels.openFooterPanel('name'); (window as any).gmfapi.store.panels.closeToolPanel(); (window as any).gmfapi.store.panels.closeFooterPanel(); Copy
(window as any).gmfapi.store.panels.openToolPanel('name'); (window as any).gmfapi.store.panels.openFooterPanel('name'); (window as any).gmfapi.store.panels.closeToolPanel(); (window as any).gmfapi.store.panels.closeFooterPanel();
Close the footer panel.
Close the tool panel.
the behavior about the active panel in the footer.
the behavior about the active panel in the tool.
Experimental.
the behavior about the active filter.
Open a panel, or close if already open
the panel
Optional
the options
Set if there is some active filter.
is active.
Manage the panels of the DesktopCanvas.
Example of usage: