Home > @jsplumb/core > BeforeDropInterceptor
#
BeforeDropInterceptor typeDefines the method signature for the callback to the beforeDrop
interceptor.
Signature:
export declare type BeforeDropInterceptor = (params: BeforeDropParams) => boolean;
References: BeforeDropParams