Home > @jsplumb/core > BeforeStartDetachInterceptor
#
BeforeStartDetachInterceptor typeDefines the method signature for the callback to the beforeStartDetach
interceptor.
Signature:
export declare type BeforeStartDetachInterceptor<E = any> = (params: BeforeStartDetachParams<E>) => boolean;
References: BeforeStartDetachParams