Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > load

JsPlumbToolkit.load() method

Loads some data, either via ajax, or directly from a JS object.

Signature:

load(params: LoadOptions): JsPlumbToolkit;

Parameters

ParameterTypeDescription
paramsLoadOptionsLoad options.

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.