archetypeGroupData property
Object
get
archetypeGroupData
Gets or sets a data object that is copied by #groupSelection when creating a new Group.
The default value is null. If you set this to an Object, be sure that GraphLinksModel#isGroupForNodeData is true for that object. Setting this property does not raise any events.
Implementation
_i2.Object get archetypeGroupData => _i4.getProperty(
this,
'archetypeGroupData',
);
set
archetypeGroupData
(Object value)
Implementation
set archetypeGroupData(_i2.Object value) {
_i4.setProperty(
this,
'archetypeGroupData',
value,
);
}