An opaque structure representing dropped data. It contains private, platform-specific data that your drop function should simply forward.
Lists the available formats as magic numbers. You should compare these against looked-up formats (see DraggableData.getFormatId) you know you support and can understand the passed data.
Gets data from the drop and optionally accepts it.
drag_and_drop
See Implementation
Added February 19, 2021
An opaque structure representing dropped data. It contains private, platform-specific data that your drop function should simply forward.