All the groups within the group container.
The currently active group.
An event which fires when tab groups have changed.
Closes the tab. This makes the tab object invalid and the tab should no longer be used for further actions. Note: In the case of a dirty tab, a confirmation dialog will be shown which may be cancelled. If cancelled the tab is still valid
The tab to close.
When true
focus will remain in its current position. If false
it will jump to the next tab.
A promise that resolves to true
when all tabs have been closed.
Closes the tab group. This makes the tab group object invalid and the tab group should no longer be used for further actions.
The tab group to close.
When true
focus will remain in its current position.
A promise that resolves to true
when all tab groups have been closed.
Represents the main editor area which consists of multiple groups which contain tabs.