StoreSelectionAction

ContextActions. StoreSelectionAction

An action 'storeSelection' that stores the current concept selection as a variable

Constructor

new StoreSelectionAction()

Source:
Examples
{
    "storeSelection": {
        "as": "mySelectionVariableName"
    }
}
//Shorthand
{
    "storeSelection": "mySelectionVariableName"
}