NodeRemovedParams
Payload for a node removed event in the model
Extends
Properties
edges
edges:
Edge[]
List of edges that are being removed as a result of this vertex's removal.
Inherited from
node
node:
Node
Node that was removed
parentGroup?
optionalparentGroup:Group
If the vertex was a member of some other group, that group is provided here
Inherited from
VertexRemovedParams.parentGroup
parentGroupIsBeingRemoved
parentGroupIsBeingRemoved:
boolean
Indicates that the vertex is being removed because some parent group is being removed and is forcing removal of its children.