Module drag_drop

Module drag_drop 

Source
Expand description

Drag and drop zones

Structs§

Drag
A draggable item that can be dropped in Drop zones.
DragDropContext
Context for Drag and Drop widgets. Only Drag and Drop widgets that share the same DragDropContext can interact with each other.
DragState
State for Drag
Drop
A drop zone where draggable Drag items may be dropped
DropState
State for Drop

Traits§

DragDropId
Message type for communicating between Drag and Drop widgets