IDragDrop class abstract

Implementers

Constructors

IDragDrop()

Properties

canDropObservable BooleanObservable?
getter/setter pair
data ↔ dynamic
getter/setter pair
drop ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
onDragObservable StringObservable?
getter/setter pair
onDropObservable StringObservable?
getter/setter pair
onDroppedObservable StringObservable?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDrag() → void
onDrop(IDragDrop draggable, {Offset? dropSpot}) → void
toString() String
A string representation of this object.
inherited
willAccept(IDragDrop draggable) bool

Operators

operator ==(Object other) bool
The equality operator.
inherited