Type Alias CanvasDropFunction<T>

CanvasDropFunction<T>: ((data: T, canvasPosition: PointXY, draggedElement?: BrowserElement, e?: Event, position?: PointXY, elementSize?: Size) => void)

Defines the function invoked when an item is dropped onto whitespace in the canvas.

Type Parameters

  • T
Version :