{string} Type of the object to be closed.
{string} ID of the object to be closed.
A Promise resolving once the tab has been successfully removed (resolves to true) or once the tab could not be removed or found (resolving to false).
{string} Type of the object to be opened.
{string} ID of the object to be opened.
Optional
suppressNavigation: boolean{boolean} Allows the tab to be opened without navigating to it.
Optional
mode: PageModeEvent{PageModeEvent} Mode to open the tab in.
A Promise that resolves when the tab is opened.
This API provides the functionality related to tabs.
Accessed from the window at
window.sas.vi.tab
.Example