draggable property - Element class - dart:html library (original) (raw)
bool getdraggable
Indicates whether the element can be dragged and dropped.
Other resources
- Drag and drop samplebased on the tutorialfrom HTML5Rocks.
- Drag and drop specificationfrom WHATWG.
Implementation
bool get draggable native;
setdraggable (bool value)
Implementation
set draggable(bool value) native;