A description of the application's user interface layout.

Hierarchy

  • ILayout

Properties

downArea: IDownArea

The down area of the user interface.

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.

leftArea: ISideArea

The left area of the user interface.

mainArea: IMainArea

The main area of the user interface.

relativeSizes: number[]

The relatives sizes of the areas of the user interface.

rightArea: ISideArea

The right area of the user interface.

topArea: ITopArea

The top area of the user interface.

Generated using TypeDoc