draggable property - Element class - dart:html library (original) (raw)

description

bool getdraggable

Indicates whether the element can be dragged and dropped.

Other resources

Implementation

bool get draggable native;

setdraggable (bool value)

Implementation

set draggable(bool value) native;