Type Alias MutationCategory

MutationCategory: "added" | "removed" | "attribute"
  • added: The target was added to the tree
  • removed: The target was removed from the tree
  • attribute: An attribute of the target changed