Skip to main content

Home > @jsplumbtoolkit/core > Selection > append

Selection.append() method

Appends the given object to the selection.

Signature:

append(obj: string | Array<string> | Base | Array<Base> | Path | Selection, evtPipe?: any): any[];

Parameters

ParameterTypeDescription
objstring | Array<string> | Base | Array<Base> | Path | SelectionObject(s) to add. May take many forms - a Group, Group Id, Node, Node Id, or Edge, or a list of these, or a Path.
evtPipeany

Returns:

any[]