GroupMemberAddedParams
Payload for a group member added event in the model.
Extended by
Properties
group
group:
Group
Group the vertex was added to
originalPosition?
optionaloriginalPosition:PointXY
Optional original location for the vertex that was added
pos?
optionalpos:PointXY
Optional new location for the vertex that was added
sourceGroup?
optionalsourceGroup:Group
If a vertex being added to some group is currently a member of some other group, that group is provided here.
vertex
Vertex that was added to the group
vertexIsNew?
optionalvertexIsNew:boolean
Set to true if the vertex is also brand new, not copied from elsewhere in the dataset.