Node group attributes#
Node group attributes are defined in the nodeGroup attribute space (short name: ng), that matches only node group nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| name | n |
strings in quotes | ng.n "A"ng.n "L*" |
| selected | true, false |
ng.selectednot ng.selected |
|
| selectionFlag | sf |
true, false |
ng.sf falseng.sf |
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.