public closeOtherTabs(index as Int) as Int:
Closes every closeable tab except the tab at index.
Non-closeable tabs are always preserved.
| Parameter | Description |
|---|---|
index | Tab to preserve. |
Number of tabs that were closed.
closed = workspace.center.closeOtherTabs(workspace.center.activeIndex)