Skip to content

FileExplorerView.onFileMouseover method

FileExplorerView › onFileMouseover

Unofficial

Called when the mouse pointer is moved over an element. Updates the tooltip information. Event: 'mouseover'.

Signature:

onFileMouseover(event: MouseEvent, targetEl: HTMLElement): void

Parameters:

Parameter Type Description
event MouseEvent The event triggered this function.
targetEl HTMLElement The target Element.

Returns: void