Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkit > removeFromSelection

JsPlumbToolkit.removeFromSelection() method

Removes obj from the current selection

Signature:

removeFromSelection(obj: string | Base | Array<Base> | Path): void;

Parameters

ParameterTypeDescription
objstring | Base | Array<Base> | PathObject to deselect. May be a Node/Edge/Group/Port or an array of any of these, or a Vertex id, or a Path.

Returns:

void