Stores data associated with a drag and drop operation.

Available since

1.3.0

.

See also:

Constructor

new()

Creates a new DragData object.

Available since

1.3.0

.

Methods

exists(dataFormat:String):Bool

Indicates if the data format has been specified.

Available since

1.3.0

.

get(dataFormat:String):Dynamic

Returns the data for the specified format, or null if no data has been specified for the format.

Available since

1.3.0

.

remove(dataFormat:String):Bool

Removes the data for the specified format.

Available since

1.3.0

.

set(dataFormat:String, value:Dynamic):Void

Sets the data for the specified format.

Available since

1.3.0

.