Skip to main content

GroupRemovedParams

Payload for a group added event in the model

Extends

Properties

children

children: (Node | Group)[]

If children were removed, this is the list of them


edges

edges: Edge[]

List of edges that are being removed as a result of this vertex's removal.

Inherited from

VertexRemovedParams.edges


group

group: Group

Group that was removed


parentGroup?

optional parentGroup: 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.

Inherited from

VertexRemovedParams.parentGroupIsBeingRemoved


removeChildren?

optional removeChildren: boolean

If true, indicates the group's children were also removed