Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILayout

A description of the application's user interface layout.

Hierarchy

  • ILayout

Index

Properties

Optional 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.

leftArea

leftArea: ISideArea | null

The left area of the user interface.

mainArea

mainArea: IMainArea | null

The main area of the user interface.

rightArea

rightArea: ISideArea | null

The right area of the user interface.

Generated using TypeDoc