the delay between a real mouse action and invoking the related events
webix.ui({
view:"menu",
mouseEventDelay:100,
...
});
Actual for the onMouseMove and onMouseOut events only.
The default value is 500ms.
Back to top