* Returns a plain object representing the currently dragged item. Every drag source must specify it by returning an object * from its beginDrag() method. Returns null if no item is being dragged.
()
| 57 | * from its beginDrag() method. Returns null if no item is being dragged. |
| 58 | */ |
| 59 | getItem(): any |
| 60 | getSourceId(): Identifier | null |
| 61 | getTargetIds(): Identifier[] |
| 62 | /** |
no outgoing calls