Dockview
    Preparing search index...

    Interface ServiceCollection

    interface ServiceCollection {
        accessibilityService?: IAccessibilityService;
        advancedDnDService?: IAdvancedDnDService;
        contextMenuService?: IContextMenuService;
        edgeGroupService?: IEdgeGroupService;
        floatingGroupService?: IFloatingGroupService;
        headerActionsService?: IHeaderActionsService;
        keyboardDockingService?: IKeyboardDockingService;
        liveRegionService?: ILiveRegionService;
        popoutWindowService?: IPopoutWindowService;
        rootDropTargetService?: IRootDropTargetService;
        tabGroupChipsService?: ITabGroupChipsService;
        watermarkService?: IWatermarkService;
    }
    Index

    Properties

    accessibilityService?: IAccessibilityService
    advancedDnDService?: IAdvancedDnDService
    contextMenuService?: IContextMenuService
    edgeGroupService?: IEdgeGroupService
    floatingGroupService?: IFloatingGroupService
    headerActionsService?: IHeaderActionsService
    keyboardDockingService?: IKeyboardDockingService
    liveRegionService?: ILiveRegionService
    popoutWindowService?: IPopoutWindowService
    rootDropTargetService?: IRootDropTargetService
    tabGroupChipsService?: ITabGroupChipsService
    watermarkService?: IWatermarkService