MCPcopy Create free account
hub / github.com/DTStack/molecule / closeTab

Method closeTab

src/services/workbench/editorService.ts:64–64  ·  view source on GitHub ↗

* Close the specific Tab opened in Editor Group view * @param tabId The tabId is required * @param groupId The groupId is required

(tabId: UniqueId, groupId: UniqueId)

Source from the content-addressed store, hash-verified

62 * @param groupId The groupId is required
63 */
64 closeTab(tabId: UniqueId, groupId: UniqueId): void;
65 /**
66 * Close other opened tabs in Editor Group
67 * @param tab The id is required

Callers 4

activateFunction · 0.65
activateFunction · 0.65
onOkFunction · 0.65

Implementers 1

EditorServicesrc/services/workbench/editorService.t

Calls

no outgoing calls

Tested by

no test coverage detected