Home > @jsplumbtoolkit/core > JsPlumbToolkit > setSuspendGraph
JsPlumbToolkit.setSuspendGraph() method
Sets whether operations on the underlying graph are suspended. When this is true, no changes will be made to the underlying graph.
Signature:
setSuspendGraph(v: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| v | boolean |
Returns:
void