Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > save

JsPlumbToolkit.save() method

Saves the current data via ajax POST to a given URL.

Signature:

save(params: SaveOptions): JsPlumbToolkit;

Parameters

ParameterTypeDescription
paramsSaveOptionsSave parameters

Returns:

JsPlumbToolkit

The current instance of the Toolkit. If you provide data directly to this method you can then chain a load call with a subsequent render.