Skip to main content
NodeRemovedParams
Payload for a node removed event in the model
NameTypeDescription
edgesArray<Edge>List of edges that are being removed as a result of this vertex's removal.
nodeNodeNode that was removed
parentGroup?GroupIf the vertex was a member of some other group, that group is provided here
parentGroupIsBeingRemovedbooleanIndicates that the vertex is being removed because some parent group is being removed and is forcing removal of its children.