1.2 KiB
1.2 KiB
sidebar_label |
---|
ClickOptions |
ClickOptions interface
Signature:
export interface ClickOptions
Properties
Property | Modifiers | Type | Description | Default |
---|---|---|---|---|
button | optional |
MouseButton | 'left' | |
clickCount | optional |
number | 1 |
|
delay | optional |
number | Time to wait between mousedown and mouseup in milliseconds. |
0 |
offset | optional |
Offset | Offset for the clickable point relative to the top-left corner of the border box. |