Skip to content

tab

The tab-action allows you to control the behaviour of tabs in the Explorer. Currently the action allows you to close a tab in any menu-flow.

Close current active tab

{
    "action": "tab",
    "actionValues": [
        {
            "close": true
        }
    ]
}

Close tab by scenario

{
    "action": "tab",
    "actionValues": [
        {
            "close": true,
            "scenario": "someScenarioIdFromAnotherMenu"
        }
    ]
}