[scriptable, uuid(15860d52-fe2c-4ddd-ac50-9c23e24916c4)]
Attributes
Set the current state of the drag, whether it can be dropped or not. usually the target "frame" sets this so the native system can render the correct feedback
The data transfer object for the current drag.
The document where the drag was started, which will be null if the drag originated outside the application. Useful for determining if a drop originated in the same document.
The dom node that was originally dragged to start the session, which will be null if the drag originated outside the application.
Methods
Get data from a Drag&Drop. Can be called while the drag is in process or after the drop has completed. @param aTransferable the transferable for the data to be put into @param aItemIndex which of multiple drag items, zero-based
Compare to:
