Skip to main content

Home > @jsplumbtoolkit/browser-ui > ViewNodeOrPortOptions > allowLoopback

ViewNodeOrPortOptions.allowLoopback property

Whether or not to allow edges from this vertex back to itself. Defaults to true. This flag will not prevent an edge from a port back to the node/group to which it belongs - for that, see allowVertexLoopback.

Signature:

allowLoopback?: boolean;