Pop Operation in Current Browser Tab Context

You can perform the pop operation can perform on Global Context and Browser Tab context. For the MCA floating toolbar window, to get the opener tabs Tab context, use the getCurrentBrowserTabContext method. This method returns the opener tab context of the MCA floating toolbar window.

Note: Pop operations in the Global context won't work in MCA floating tool bar window. In that particular case, you can perform the pop operation by getting the tab context of the opener window of MCA floating tool bar window. If the browser tab ID isn't given, the opener page context of MCA floating tool bar window will be the default tab context. If opener browser tab is closed, it gets tab context of another opened browser tab.
getCurrentBrowserTabContext(tabId?:string): Promise<ITabContext>;