The layout information that is stored and restored from the state database.

interface IPluginLayout {
    plugin: string;
    sizes: number[];
}

Hierarchy

Properties

Properties

plugin: string

The current plugin being displayed.

sizes: number[]