Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ remove
Method
remove
src/services/workbench/panelService.ts:68–68 ·
view source on GitHub ↗
* Remove the specific panel * @param id
(id: UniqueId)
Source
from the content-addressed store, hash-verified
66
* @param id
67
*/
68
remove(id: UniqueId): IPanelItem | undefined;
69
/**
70
* Toggle the panel between maximized or normal
71
*/
Callers
7
notificationService.test.ts
File · 0.65
menuBarService.test.ts
File · 0.65
panelService.test.ts
File · 0.65
sidebarService.test.ts
File · 0.65
statusBarService.test.ts
File · 0.65
activityBarService.test.ts
File · 0.65
problemsService.test.ts
File · 0.65
Implementers
1
PanelService
src/services/workbench/panelService.ts
Calls
no outgoing calls
Tested by
no test coverage detected