Skip to main content

CanvasDropFunction

CanvasDropFunction = (data, canvasPosition, draggedElement?, e?, position?, elementSize?) => void

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

Parameters

data

ObjectData

canvasPosition

PointXY

draggedElement?

BrowserElement

e?

Event

position?

PointXY

elementSize?

Size

Returns

void