Creates a group of objects to manage them together as a single entity. Grouping can be useful for persistency, copy/paste etc.
See Attributes Common to All Elements.
Name | Value Type | Default Value | Description | Comment | V. | Exp. |
---|---|---|---|---|---|---|
object_ids |
';' separated identifiers |
Empty. |
List of identifiers of objects to be part of the group. |
|
2.0 |
No |
object_aliases |
';' separated identifiers |
Empty. |
List of aliases used for the objects in the group. |
The aliases are used in place of object ids when the group is serialized. So it is possible to load and save data from other groups if the same aliases are used for compatible object types. |
2.0 |
No |
name |
Empty. |
Displayed named of the group. |
|
2.0 |
No | |
comment |
Empty. |
Comment about the group. |
|
2.0 |
No | |
Events | ||||||
value_changed |
the event is fired anytime the value of one of the objects in the group has changed. |
2.0 |