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

    Data to save and load the layout of a side panel.

    interface LayoutData {
        items?: WidgetItem[];
        size?: number;
        type: "sidepanel";
    }
    Index

    Properties

    Properties

    items?: WidgetItem[]
    size?: number
    type: "sidepanel"