Skip to content

DragManager.updateHover method

DragManager › updateHover

Unofficial

Update the hover target element and its CSS class.

Signature:

updateHover(hoverEl: HTMLElement | null, hoverClass: string): void

Parameters:

Parameter Type Description
hoverEl HTMLElement | null Element to highlight as hover target, or null.
hoverClass string CSS class to apply to the hover element.

Returns: void