Skip to main content

Home > @jsplumbtoolkit/browser-ui-angular-drop > jsPlumbSurfaceDropComponent > groupIdentifier

jsPlumbSurfaceDropComponent.groupIdentifier property

Optional function to use to determine if the object that is being dragged represents a group. If this function is present, and returns true, then the drag object is considered to be a group. In all other cases the drag object is considered to be a node.

Signature:

groupIdentifier: GroupIdentifierFunction<T>;