Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > remove

JsPlumbToolkit.remove() method

Attempts to identify the given argument as a model object, and, if successful, removes it.

Signature:

remove(obj: any): void;

Parameters

ParameterTypeDescription
objanyA string representing the ID of some model object, or a model object of some type.

Returns:

void