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

Method onCloseToLeft

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

* Listen to the left tabs close event * @param callback

(callback: (tabItem: IEditorTab, groupId?: UniqueId) => void)

Source from the content-addressed store, hash-verified

138 * @param callback
139 */
140 onCloseToLeft(callback: (tabItem: IEditorTab, groupId?: UniqueId) => void);
141 /**
142 * Listen to the right tabs close event
143 * @param callback

Callers 3

EditorControllerClass · 0.65
activateFunction · 0.65

Implementers 1

EditorServicesrc/services/workbench/editorService.t

Calls

no outgoing calls

Tested by

no test coverage detected