Options
All
  • Public
  • Public/Protected
  • All
Menu

Module srcapi/store/panels

Index

Classes

Type Aliases

Variables

Type Aliases

OpenPanelOptions: { autoClose?: boolean; noError?: boolean; state?: boolean }

A projection definitions.

Type declaration

  • Optional autoClose?: boolean

    Automatically close the panel on tool panel change, for footer panel.

  • Optional noError?: boolean

    Don't throw an error on closing an unopened panel.

  • Optional state?: boolean

    True to open the panel, false to close, undefined to toggle.

Variables

default: PanelsModel = ...

Generated using TypeDoc