[ type ] DropEvent
Description:
Drop event received by the onDropEvents() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
object | The component being dragged onto this component. |
|
object | Descendent of the target component over which the event occurred. Only present for event types |
|
string | One of |
|
string | One of the values of enum DragDropAction. Present when applicable. |
|
object | Contains the data being dropped. Present only when type is |
|
number | X position of the pointer relative to this component. Present when type is |
|
number | Y position of the pointer relative to this component. Present when type is |
|
number | X position of the pointer relative to the screen. Present when type is |
|
number | Y position of the pointer relative to the screen. Present when type is |
|
Array.<number> | Selected indexes of a |
