Interface IDragDropData

Interface used for passing drag and drop data payloads.

interface IDragDropData {
    get type(): EnumValue<DragDropType, number>;
}

Implemented by

Accessors

Accessors