Skip to content

FileExplorerView.onFileMouseout method

FileExplorerView › onFileMouseout

Unofficial

Called when the mouse pointer moves away from an element. Event: 'mouseout'.

Signature:

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

Parameters:

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

Returns: void