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:

Parameter Type Description
evt MouseEvent The mouse event.
targetEl HTMLElement The target element.
linkText string The link text.
title? string | undefined The title.

Returns: unknownThe result of handling the drag.