Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkitOptions > beforeStartConnect

JsPlumbToolkitOptions.beforeStartConnect property

A function to run before an edge of the given type is dragged from the given source. Returning false from this method will abort the connection.

Signature:

beforeStartConnect?: BeforeStartConnectInterceptor;