Skip to content

mouseEventDelay

the delay between a real mouse action and invoking the related events

let mouseEventDelay: number

default value: 500

webix.grid({
mouseEventDelay:100,
...
});

Works for the onMouseMove and onMouseOut events only.

Articles