UI.DragAndDrop¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Any | ||
| Output ➡️ | The resulting output of the shard | Any | ||
| Contents | No | The property to retrieve from the UI context. | none | NoneShard[Shard] | 
| Hover | No | Callback function for checking if this is a valid drop target. | none | NoneShard[Shard] | 
| Drop | No | Callback function for when something is dropped. When set, this element will act as a drop target. When unset, it will act as a drag source. | none | NoneShard[Shard] | 
| ID | No | An optional ID value in case of ID conflicts. | none | StringVar(String)None | 
| Visualize | No | Visualize valid drop targets | none | BoolNone | 
Drag and drop source & target.