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:

ParameterTypeDescription
eventMouseEventThe event triggered this function.
targetElHTMLElementThe target Element.

Returns: void