* 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)
| 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 |
no outgoing calls
no test coverage detected