Home > @jsplumbtoolkit/browser-ui > Selection > remove
Selection.remove() method
Removes the given object from the selection.
Signature:
remove(obj: string | Array<string> | Base | Array<Base> | Path | Selection, evtPipe?: any): any[];
Parameters
Parameter | Type | Description |
---|---|---|
obj | string | Array<string> | Base | Array<Base> | Path | Selection | Object(s) to remove. May take many forms - a Group, Group Id, Node, Node Id, or Edge, or a list of these, or a Path. |
evtPipe | any |
Returns:
any[]