Dockview
    Preparing search index...

    Interface IContextMenuHost

    interface IContextMenuHost {
        api: DockviewApi;
        options: DockviewComponentOptions;
        pinnedTabsService: IPinnedTabsService | undefined;
        tabGroupColorPalette: TabGroupColorPalette;
        getPopupServiceForGroup(group: DockviewGroupPanel): PopupService;
    }

    Implemented by

    Index

    Properties

    pinnedTabsService: IPinnedTabsService | undefined

    The PinnedTabs module service, or undefined when that module is not registered. The tab context menu auto-injects a Pin/Unpin item only when this is present (and pinning is enabled); it's an optional enhancement, never a hard dependency.

    tabGroupColorPalette: TabGroupColorPalette

    Methods