Home > @jsplumbtoolkit/browser-ui > CanvasDropFilter
CanvasDropFilter type
Defines a function used to filter drop on a canvas
Signature:
export declare type CanvasDropFilter<T> = (data: T) => boolean;
Home > @jsplumbtoolkit/browser-ui > CanvasDropFilter
Defines a function used to filter drop on a canvas
Signature:
export declare type CanvasDropFilter<T> = (data: T) => boolean;