Theia API Documentation v1.65.0
    Preparing search index...

    Data to save and load the application shell layout.

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

    Properties

    activeWidgetId?: string
    bottomPanel?: BottomPanelLayoutData
    leftPanel?: SidePanel.LayoutData
    mainPanelPinned?: boolean[]
    rightPanel?: SidePanel.LayoutData