Constructor
new SetTypeAction()
- Source:
Examples
//Changes the type of all currently selected concept instances to "myNewConcept"
{
"setType": {"concept": "myNewConcept"}
}
//Shorthand
{"setType": "myNewConcept"}
An action 'setType' that can change the type of a concept instance, highly experimental
//Changes the type of all currently selected concept instances to "myNewConcept"
{
"setType": {"concept": "myNewConcept"}
}
//Shorthand
{"setType": "myNewConcept"}