Skip to main content
GroupDeletion
The result of a group deletion.
NameTypeDescription
childrenArray<Node | Group>List all nodes and groups that were deleted. Always present; may be empty.
edgesArray<Edge>List of edges that were deleted. Always present but may be empty.
groupGroupThe group that was deleted
nestedGroupsArray<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.
nodesArray<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?GroupOptional, provided if the deleted object was the child of a group.