GetSelectedTabs
Description
Gets the selected (active) tabs.
Syntax
// shellPaneContainer points to instance of IShellPaneContainer
const result = await shellPaneContainer.GetSelectedTabs();
Return type
Type | Description |
---|---|
Array < IShellPaneTab > | Return array of selected tabs. |