Dockview
    Preparing search index...

    Interface IAdvancedDnDHost

    interface IAdvancedDnDHost {
        api: DockviewApi;
        options: DockviewComponentOptions;
        fireWillDragGroup(event: GroupDragEvent): void;
        fireWillDragPanel(event: TabDragEvent): void;
        fireWillDrop(event: DockviewWillDropEvent): void;
        fireWillShowOverlay(event: DockviewWillShowOverlayLocationEvent): void;
    }

    Implemented by

    Index

    Properties

    Methods