Dockview
    Preparing search index...

    Interface DockviewPanelPinnedChangeEvent

    Fired by onDidPanelPinnedChange when a panel is pinned or unpinned via the PinnedTabs module. isPinned is the new state.

    interface DockviewPanelPinnedChangeEvent {
        isPinned: boolean;
        panel: IDockviewPanel;
    }
    Index

    Properties

    Properties

    isPinned: boolean