Dockview
    Preparing search index...

    Interface MovePanelEvent

    interface MovePanelEvent {
        from: DockviewGroupPanel;
        panel: IDockviewPanel;
        to: DockviewGroupPanel;
    }
    Index

    Properties

    Properties

    The group the panel now belongs to. Equal to from when the panel kept its group and the group itself was relocated.