Per-zone layout config used at instantiation.

interface LayoutZoneConfig {
    collapsed?: boolean;
    collapsible?: boolean;
    items?: LayoutItemConfig[];
    type?: OverlayType;
}

Properties

collapsed?: boolean

Default collapsed state.

collapsible?: boolean

Whether the zone is collapsible in the UI.

List of draggable items to render in this zone.

Default type used by the zone.