Typescript Library Declarations (DOM)
Function onmouseover
Fires when the user moves the mouse pointer into the object.
onmouseover
(
this
,
ev
)
:
any
Parameters
this
:
Window
ev
:
MouseEvent
The mouse event.
MDN Reference
Returns
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (DOM)
Fires when the user moves the mouse pointer into the object.