The restorable description of the main application area.

interface IMainArea {
    currentWidget: null | Widget;
    dock: null | ILayoutConfig;
}

Properties

Properties

currentWidget: null | Widget

The current widget that has application focus.

dock: null | ILayoutConfig

The contents of the main application dock panel.