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

Method closeOther

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

* Close other opened tabs in Editor Group * @param tab The id is required * @param groupId The groupId is required

(tab: IEditorTab, groupId: UniqueId)

Source from the content-addressed store, hash-verified

68 * @param groupId The groupId is required
69 */
70 closeOther(tab: IEditorTab, groupId: UniqueId): void;
71 /**
72 * Close the right opened tabs in Editor Group
73 * @param tab The id is required, the start point of close to right

Callers 3

activateFunction · 0.65
activateFunction · 0.65

Implementers 1

EditorServicesrc/services/workbench/editorService.t

Calls

no outgoing calls

Tested by

no test coverage detected