A batch of cell changes reported after each graph update, delivered to the onIncrementalCellsChange callback of GraphProviderProps. Lets you apply just the delta to an external store instead of diffing the whole graph.
onIncrementalCellsChange
Shape of the element cells stored in the graph.
Shape of the link cells stored in the graph.
Readonly
Cells added since the last commit, keyed by cell id.
Cells whose attributes changed since the last commit, keyed by cell id.
Ids of cells removed since the last commit (including a removed element's links).
A batch of cell changes reported after each graph update, delivered to the
onIncrementalCellsChangecallback of GraphProviderProps. Lets you apply just the delta to an external store instead of diffing the whole graph.