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 |
None Shard [Shard] |
Hover |
No | Callback function for checking if this is a valid drop target. | none |
None Shard [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 |
None Shard [Shard] |
ID |
No | An optional ID value in case of ID conflicts. | none |
String Var(String) None |
Visualize |
No | Visualize valid drop targets | none |
Bool None |
Drag and drop source & target.