Skip to main content

Home > @jsplumb/core > BeforeDropInterceptor

BeforeDropInterceptor type#

Defines the method signature for the callback to the beforeDrop interceptor.

Signature:

export declare type BeforeDropInterceptor = (params: BeforeDropParams) => boolean;

References: BeforeDropParams