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

Hierarchy

  • PanelsModel

Constructors

Methods

  • Returns

    the behavior about the active panel in the footer.

    Returns BehaviorSubject<string>

  • Returns

    the behavior about the active panel in the tool.

    Returns BehaviorSubject<string>

  • Experimental.

    Returns

    the behavior about the active filter.

    Returns BehaviorSubject<boolean>

  • Set if there is some active filter.

    Experimental.

    Parameters

    • active: boolean

      is active.

    Returns void

Generated using TypeDoc