Dockview
    Preparing search index...

    Interface DockviewGroupActivePanelChangeEvent

    Payload for the group-level onDidActivePanelChange. Extends DockviewGroupChangeEvent with the DockviewOrigin so it mirrors the component-level DockviewActivePanelChangeEvent — both report whether the change came from a user gesture or an API call.

    interface DockviewGroupActivePanelChangeEvent {
        origin: DockviewOrigin;
        panel: IDockviewPanel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties