Search
DiagramView.hoverDelay Property
See Also
 





Gets or sets the time in milliseconds that mouse pointer should remain stationary before reporting hover events.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get hoverDelay() {}
set hoverDelay(value) {}

 Property Value

Number

The hover delay in milliseconds. The default value is 1500.

 See Also