Class GenericDragDropData<T>

The GenericDragDropData implements a generic DragDropData that contains a single strongly typed vaue.

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

object: T

The object being dragged.

tag: string

The tag contains information about the type of drag.

Accessors