mouseEventDelay
the delay between a real mouse action and invoking the related events
let mouseEventDelay: number
default value: 500
Example
Section titled “Example”webix.grid({ mouseEventDelay:100, ...});
Details
Section titled “Details”Works for the onMouseMove and onMouseOut events only.
See also
Section titled “See also”Articles