DomEventsHandlers.onInternalLinkDrag method
DomEventsHandlers › onInternalLinkDrag
Unofficial
Handles the internal link drag event.Signature:
onInternalLinkDrag(evt: MouseEvent, targetEl: HTMLElement, linkText: string, title?: string | undefined): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| evt | MouseEvent | The mouse event. |
| targetEl | HTMLElement | The target element. |
| linkText | string | The link text. |
| title? | string | undefined | The title. |
Returns: unknown — The result of handling the drag.