Dockview
    Preparing search index...

    Interface AdvancedOverflowRenderParams

    interface AdvancedOverflowRenderParams {
        context: IAdvancedOverflowRenderContext;
        group: DockviewGroupPanel;
        overflowTabGroups: string[];
        overflowTabs: string[];
        pinnedOverflowTabs: string[];
    }
    Index

    Properties

    Core row/header builders + popover control (see the context type).

    overflowTabGroups: string[]

    Overflow tab-group ids.

    overflowTabs: string[]

    Overflow panel ids in free (tab DOM) order.

    pinnedOverflowTabs: string[]

    Pinned panel ids whose tabs have clipped out of the strip, rendered in a dedicated "Pinned" section at the top of the dropdown, above the search box and MRU list. Empty unless the PinnedTabs module is active and the pinned block itself overflows.