Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkitOptions > beforeMoveConnection

JsPlumbToolkitOptions.beforeMoveConnection property

A function to run before an edge of the given type is relocated from its current source or target to a new source or target. Returning false from this method will abort the move.

Signature:

beforeMoveConnection?: BeforeMoveConnectionInterceptor;