Skip to content

DomEventsHandlers.onInternalLinkDrag method

DomEventsHandlers › onInternalLinkDrag

Unofficial

Handles the internal link drag event.

Signature:

onInternalLinkDrag(evt: MouseEvent, targetEl: HTMLElement, linkText: string, title?: string | undefined): unknown

Parameters:

ParameterTypeDescription
evtMouseEventThe mouse event.
targetElHTMLElementThe target element.
linkTextstringThe link text.
title?string | undefinedThe title.

Returns: unknownThe result of handling the drag.