Quantcast
Channel: Active questions tagged lightning-experience - Salesforce Stack Exchange
Viewing all articles
Browse latest Browse all 3026

salesforce lightning console how close primary tab in aura component?

$
0
0
closeFocusedTab : function(component, event, helper) {
    var workspaceAPI = component.find("workspace");
    workspaceAPI.getEnclosingTabId().then(function(response) {
        var focusedTabId = response.tabId;
        workspaceAPI.closeTab({tabId: focusedTabId});
    })
    .catch(function(error) {
        console.log(error);
    });
}

I want to not only close the current tab,but also the parent(primary) tab,anyone can help? this method only close the current tab.


Viewing all articles
Browse latest Browse all 3026

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>