Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a layout. An options object for creating a dock layout.

Hierarchy

  • IOptions

Index

Properties

Optional document

document: Document | ShadowRoot

The document to use with the dock panel.

The default is the global document instance.

Optional fitPolicy

fitPolicy: FitPolicy

The fit policy for the layout.

The default is 'set-min-size'.

Optional hiddenMode

hiddenMode: HiddenMode

The method for hiding widgets.

The default is Widget.HiddenMode.Display.

renderer

renderer: IRenderer

The renderer to use for the dock layout.

Optional spacing

spacing: undefined | number

The spacing between items in the layout.

The default is 4.

Generated using TypeDoc