Dockview
    Preparing search index...

    Interface AddEdgeGroupOptions

    Options accepted by api.addEdgeGroup. Extends the shell's geometry options with per-group presentation flags the component (not the shell) owns.

    interface AddEdgeGroupOptions {
        autoHide?: boolean;
        autoReveal?: boolean;
        collapsed?: boolean;
        collapsedSize?: number;
        id: string;
        initialSize?: number;
        maximumSize?: number;
        minimumSize?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoHide?: boolean

    Opt this edge group in/out of auto-hide (pinnable tool-window) behaviour, overriding the global autoHideEdgeGroups option. Requires the auto-hide module to have any effect. Leave unset to inherit the global.

    autoReveal?: boolean

    When true, this edge group tears itself down to zero footprint once emptied (instead of collapsing to a strip). This is the behaviour used by drag-revealed edges.

    collapsed?: boolean
    collapsedSize?: number
    id: string
    initialSize?: number
    maximumSize?: number
    minimumSize?: number