draggable
slinky.web.html.draggable
object draggable extends Attr
Is an enumerated attribute indicating whether the element can be dragged, using the Drag and Drop API. It can have the following values:
-
true
, which indicates that the element may be dragged -
false
, which indicates that the element may not be dragged.
Attributes
- Graph
-
- Supertypes
-
trait Attrclass Objecttrait Matchableclass Any
- Self type
-
draggable.type
Members list
In this article