BookmarksView.attachDragHandler method
BookmarksView › attachDragHandler
Unofficial
Attaches the handleDrag of DragManager.Signature:
attachDragHandler(e: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The element to attach the drag handler to. |
Returns: void