Dockview
    Preparing search index...

    Interface DropOverlayModelParams

    interface DropOverlayModelParams {
        group?: DockviewGroupPanel;
        location: DockviewGroupDropLocation;
    }
    Index

    Properties

    Properties

    The group the target belongs to, where known (tab / header_space / content).

    Which of a group's drop targets the overlay is for. 'edge' is shaped by dndEdges, not this option.