Function: defaultGetDroppedOnCanvasItems()
defaultGetDroppedOnCanvasItems(
e):DropItemElement[]
Defined in: widgets/dropOnCanvas.tsx:154
Default handler to create entity elements from a drop event.
The handler tries to extract IRIs from drop event data in the following order:
- Parse data with
application/x-reactodia-elementsformat as JSON array of strings; - Decode a URI from a single string with
text/uri-listformat; - Use as-is string with
textformat.
Parameters
| Parameter | Type |
|---|---|
|