Skip to main content

GroupDeletion

The result of a group deletion.

Properties

children

children: (Node | Group)[]

List all nodes and groups that were deleted. Always present; may be empty.


edges

edges: Edge[]

List of edges that were deleted. Always present but may be empty.

Inherited from

Deletion.edges


group

group: Group

The group that was deleted


nestedGroups

nestedGroups: GroupDeletion[]

List of group's child groups that were also deleted as a result of this group's deletion. This array is always present but may be empty: the group may have been empty, or the user may have instructed the model not to delete its child groups.


nodes

nodes: NodeDeletion[]

List of group's child nodes that were also deleted as a result of this group's deletion. This array is always present but may be empty: the group may have been empty, or the user may have instructed the model not to delete its child nodes.


parentGroup?

optional parentGroup: Group

Optional, provided if the deleted object was the child of a group.

Inherited from

Deletion.parentGroup