RSX Code Reference
    Preparing search index...

    Interface IDragDropData

    Interface used for passing drag and drop data payloads.

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

    Implemented by

    Index