draggable property
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;
Implementation
external set draggable(bool value);