* Close other opened tabs in Editor Group * @param tab The id is required * @param groupId The groupId is required
(tab: IEditorTab, groupId: UniqueId)
| 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 |
no outgoing calls
no test coverage detected