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"
}
An action "remove" that removes instances of concepts
//Remove the current context target
{
"remove"
}
// Remove the concept or concepts (if variable points to an array) that the variable holds
{
"remove": "$someVariable"
}