Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > append

JsPlumbToolkit.append() method

Appends some data to the dataset, either via ajax, or directly from a JS object. The only difference between this and load is the events that are fired during the loading process.

Signature:

append(params: LoadOptions): JsPlumbToolkit;

Parameters

ParameterTypeDescription
paramsLoadOptionsAppend 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.