Home > @jsplumbtoolkit/browser-ui > BeforeStartConnectionDetachInterceptor
BeforeStartConnectionDetachInterceptor type
Defines the method signature for the callback to the beforeStartDetach
interceptor.
Signature:
export declare type BeforeStartConnectionDetachInterceptor<E = any> = (params: BeforeStartConnectionDetachParams<E>) => boolean;
References: BeforeStartConnectionDetachParams