Type Alias EdgeDropFunction<T>

EdgeDropFunction<T>: ((data: T, target: Edge, draggedElement?: BrowserElement, e?: Event, position?: PointXY, canvasLocation?: PointXY) => void)

Defines the function invoked when an item is dropped on an edge.

Type Parameters

  • T
Version :