Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Constructors

Methods

  • closeFooterPanel(): void
  • closeToolPanel(): void
  • getActiveFooterPanel(): BehaviorSubject<string>
  • getActiveToolPanel(): BehaviorSubject<string>
  • getFilterActive(): BehaviorSubject<boolean>
  • setFilterActive(active: boolean): void
  • Set if there is some active filter.

    Experimental.

    Parameters

    • active: boolean

      is active.

    Returns void

Generated using TypeDoc