I want to close all the active tabs inside USD but I do not want to close the current active session.
I am using CloseSession action to perform this on SessionTabs but it closes my active session as well i just want to close the active tabs without closing the active session.
Also, I know there is a UII Action Close which helps me close the tab but the issue here is that for that I will have to know my hosted control. Here i need to make it more dynamic where I will need to close all active tabs on click of a button and I do not know which tabs are active at that time.