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

Method updateTab

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

* Update the specific tab, if the groupId provide, then update the tab of specific group * @param tab The id is required * @param groupId

(tab: IEditorTab, groupId?: UniqueId)

Source from the content-addressed store, hash-verified

41 * @param groupId
42 */
43 updateTab(tab: IEditorTab, groupId?: UniqueId): IEditorTab;
44 /**
45 * Updates the editor content for a specific group
46 * @param group The editorInstance is required

Callers 5

initEditorEventsMethod · 0.65
activateFunction · 0.65
toggleEditorStatusMethod · 0.65
updateEditorMethod · 0.65

Implementers 1

EditorServicesrc/services/workbench/editorService.t

Calls

no outgoing calls

Tested by

no test coverage detected