(monitor: DragDropMonitor, targetId: Identifier)
| 197 | |
| 198 | export interface DragSource { |
| 199 | beginDrag(monitor: DragDropMonitor, targetId: Identifier): void |
| 200 | endDrag(monitor: DragDropMonitor, targetId: Identifier): void |
| 201 | canDrag(monitor: DragDropMonitor, targetId: Identifier): boolean |
| 202 | isDragging(monitor: DragDropMonitor, targetId: Identifier): boolean |
no outgoing calls
no test coverage detected