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