Data to save and load the application shell layout.

interface LayoutData {
    activeWidgetId?: string;
    bottomPanel?: BottomPanelLayoutData;
    leftPanel?: core.LayoutData;
    mainPanel?: ILayoutConfig;
    mainPanelPinned?: boolean[];
    rightPanel?: core.LayoutData;
    version?: string | ApplicationShellLayoutVersion;
}

Properties

activeWidgetId?: string
bottomPanel?: BottomPanelLayoutData
leftPanel?: core.LayoutData
mainPanel?: ILayoutConfig
mainPanelPinned?: boolean[]
rightPanel?: core.LayoutData