src/internal/createSourceFactory.ts
Methods |
constructor(spec: DragSourceSpec<any>, monitor: DragSourceMonitor<any | any>)
|
|||||||||
|
Parameters :
|
| beginDrag |
beginDrag()
|
|
Returns :
any
|
| canDrag |
canDrag()
|
|
Returns :
any
|
| endDrag |
endDrag()
|
|
Returns :
void
|
| isDragging |
isDragging(globalMonitor: any, sourceId: any)
|
|
Returns :
any
|
| withChangeDetection | ||||||
withChangeDetection(fn: () => void)
|
||||||
Type parameters :
|
||||||
|
Parameters :
Returns :
T
|