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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | MouseEvent | The event triggered this function. |
| targetEl | HTMLElement | The target Element. |
Returns: void