Options
All
  • Public
  • Public/Protected
  • All
Menu

A description of the application's user interface layout.

Hierarchy

  • ILayout

Index

Properties

Readonly downArea

downArea: IDownArea

The down area of the user interface.

Optional Readonly fresh

fresh: boolean

Indicates whether fetched session restore data was actually retrieved from the state database or whether it is a fresh blank slate.

Notes

This attribute is only relevant when the layout data is retrieved via a fetch call. If it is set when being passed into save, it will be ignored.

Readonly leftArea

leftArea: ISideArea

The left area of the user interface.

Readonly mainArea

mainArea: IMainArea

The main area of the user interface.

Readonly relativeSizes

relativeSizes: number[]

The relatives sizes of the areas of the user interface.

Readonly rightArea

rightArea: ISideArea

The right area of the user interface.

Generated using TypeDoc