Skip to main content

Home > @jsplumbtoolkit/core > JsPlumbToolkitOptions > beforeDetach

JsPlumbToolkitOptions.beforeDetach property

A function to run before the given edge is detached from the given source vertex. If this method returns false, the detach will be aborted.

Signature:

beforeDetach?: BeforeDetachInterceptor;