API Reference GuideInterfacesIShellPaneTabUnselectOn this pageUnselectDescriptionRequests the tab to be unselected.Syntax// shellPaneTab points to instance of IShellPaneTabconst result = await shellPaneTab.Unselect();Return typeTypeDescriptionPromise < boolean >Return True / False.