Skip to main content
Version: 22.9.0

MouseOptions 接口

¥MouseOptions interface

签名:

¥Signature:

export interface MouseOptions

属性

¥Properties

属性

修饰符

类型

描述

默认

button

optional

MouseButton

确定将按下哪个按钮。

'left'

clickCount

optional, deprecated

数字

确定鼠标事件的单击计数。这不会执行多次点击。

已弃用:

使用 MouseClickOptions.count

1