Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for creating a dock panel.

Hierarchy

  • IOptions

Index

Properties

Optional mode

mode: Mode

The mode for the dock panel.

The deafult is 'multiple-document'.

Optional overlay

overlay: IOverlay

The overlay to use with the dock panel.

The default is a new Overlay instance.

Optional renderer

renderer: IRenderer

The renderer to use for the dock panel.

The default is a shared renderer instance.

Optional spacing

spacing: number

The spacing between the items in the panel.

The default is 4.

Generated using TypeDoc