* Sets the delay (in milliseconds) of the mouse drag. * @param {Number} dragDelay A value indicating the new delay
(dragDelay)
| 1136 | * @param {Number} dragDelay A value indicating the new delay |
| 1137 | **/ |
| 1138 | setDragDelay(dragDelay) { |
| 1139 | this.setOption("dragDelay", dragDelay); |
| 1140 | } |
| 1141 | |
| 1142 | /** |
| 1143 | * Returns the current mouse drag delay. |