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();

Constructors

Methods

  • Returns BehaviorSubject<string>

    the behavior about the active panel in the footer.

  • Returns BehaviorSubject<string>

    the behavior about the active panel in the tool.

  • Experimental.

    Returns BehaviorSubject<boolean>

    the behavior about the active filter.

  • Set if there is some active filter.

    Experimental.

    Parameters

    • active: boolean

      is active.

    Returns void