MCPcopy
hub / github.com/clientIO/joint / forceUpdate

Function forceUpdate

packages/joint-react/src/data/create-store.ts:170–172  ·  view source on GitHub ↗

* Force update the graph. * This function is called when the graph is updated. * It checks if there are any unsized links and processes them. * @returns changed ids

()

Source from the content-addressed store, hash-verified

168 * @returns changed ids
169 */
170 function forceUpdate(): Set<dia.Cell.ID> {
171 return data.updateStore(graph);
172 }
173 /**
174 * This function is called when a cell changes.
175 * It checks if the graph has an active batch and returns if it does.

Callers 1

createStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected