Typescript Library Declarations (DOM)
Function onmousedown
Fires when the user clicks the object with either mouse button.
onmousedown
(
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 clicks the object with either mouse button.