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

    Data to save and load the bottom panel layout.

    interface BottomPanelLayoutData {
        config?: DockLayout.ILayoutConfig;
        expanded?: boolean;
        pinned?: boolean[];
        size?: number;
    }
    Index

    Properties

    expanded?: boolean
    pinned?: boolean[]
    size?: number