draggable

object draggable extends Attr

Is an enumerated attribute indicating whether the element can be dragged, using the <a href="/en-us/docs/DragDrop/Drag_and_Drop">Drag and Drop API</a>. It can have the following values:

  • <code>true</code>, which indicates that the element may be dragged

  • <code>false</code>, which indicates that the element may not be dragged.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: String): AttrPair[_draggable_attr]
@inline
def :=(v: Option[String]): OptionalAttrPair[_draggable_attr]