RemoveAction

ContextActions. RemoveAction

An action "remove" that removes instances of concepts

Constructor

new RemoveAction()

Source:
Examples
//Remove the current context target
{
    "remove"
}
// Remove the concept or concepts (if variable points to an array) that the variable holds
{
    "remove": "$someVariable"
}