Interface GroupMemberRemovedParams

Payload for a group member removed event in the model

interface GroupMemberRemovedParams {
    group: Group;
    targetGroup?: Group;
    vertex: Node | Group;
}

Hierarchy (view full)

Properties

group: Group

Group the vertex was removed from

targetGroup?: Group

If the vertex is being moved to some other group, that group is provided here.

vertex: Node | Group

Vertex that was removed from the group

Version :