Interface BottomPanelLayoutData

Data to save and load the bottom panel layout.

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

Properties

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