draggable property
Indicates whether the element can be dragged and dropped.
Other resources
- Drag and dropsamplebased onthe tutorialfrom HTML5Rocks.
- Drag and dropspecificationfrom WHATWG.
Implementation
bool get draggable native;Implementation
set draggable(bool value) native;