SetTypeAction

ContextActions. SetTypeAction

An action 'setType' that can change the type of a concept instance, highly experimental

Constructor

new SetTypeAction()

Source:
Examples
//Changes the type of all currently selected concept instances to "myNewConcept"
{
    "setType": {"concept": "myNewConcept"}
}
//Shorthand
{"setType": "myNewConcept"}