Dockview
    Preparing search index...

    Interface IContextMenuHost

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

    Implemented by

    Index

    Properties

    tabGroupColorPalette: TabGroupColorPalette

    Methods