draggable property

bool get draggable

The draggable property of the HTMLElement interface gets and sets a Boolean primitive indicating if the element is draggable.

It reflects the value of the draggable HTML global attribute.

Implementation

external bool get draggable;
set draggable (bool value)

Implementation

external set draggable(bool value);