src/target-monitor.ts
The monitor available in DropTarget's listen method.
Methods |
canDrop |
canDrop()
|
Returns
Returns :
boolean
|
didDrop |
didDrop()
|
Returns true if some drop target has handled the drop event, false otherwise. Even if a target did not return a drop result, didDrop() returns true. Use it inside drop() to test whether any nested drop target has already handled the drop. Returns false if called outside drop().
Returns :
boolean
|
isOver | ||||||
isOver(options?: literal type)
|
||||||
Returns
Parameters :
Returns :
boolean
|