The DragDropInfo object

Path: application/dragdropinfo

Corresponding AUI Tree element: DragDropInfo

The DragDropInfo is a unique sub-object from UserInterface object that presents the information relative to an ongoing drag & drop action.

Fields Type Description
application/dragdropinfo/accepted Attribute (boolean) Checks if the dragged item can be dropped on the current item.
application/dragdropinfo/feedback Attribute (string) The UI feedback to provide to the user. Can be "insert", "insert_after", "select".
application/dragdropinfo/operation Attribute (string) The operation the drag&drop should perform. Can be "copy", "move", "none".
application/dragdropinfo/buffer Attribute (string) Dragged data buffer.
application/dragdropinfo/mimetypes Attribute (string) Dragged data MIME type.
application/dragdropinfo/requiredmimetype Attribute (string) Accepted data MIME type.
application/dragdropinfo/canmove Attribute (boolean) True if he dragged item can be moved.
application/dragdropinfo/cancopy Attribute (boolean) True if the dragged item can be copied.