Skip to main content

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

ParameterTypeDescription
vboolean

Returns:

void