Interface: DropOnCanvasProps
Defined in: widgets/dropOnCanvas.tsx:26
Props for DropOnCanvas component.
See
Properties
| Property | Type | Description |
|---|---|---|
( | Handler to check whether the drop is allowed. If not specified, all drag events are allowed. | |
( | Handler to make diagram elements from drop event to add on the canvas. Default: defaultGetDroppedOnCanvasItems |