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