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

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

Properties

Properties

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