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