MCPcopy
hub / github.com/ajaxorg/ace / setDragDelay

Method setDragDelay

src/editor.js:1138–1140  ·  view source on GitHub ↗

* Sets the delay (in milliseconds) of the mouse drag. * @param {Number} dragDelay A value indicating the new delay

(dragDelay)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

setOptionMethod · 0.80

Tested by

no test coverage detected