A dock layout configuration object.

interface ILayoutConfig {
    main: null | AreaConfig;
}

Properties

Properties

main: null | AreaConfig

The layout config for the main dock area.