Search
Diagram.enableSpatialIndex Property
See Also
 





Gets or sets whether to index item positions for faster hit-testing and viewport clipping queries.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get enableSpatialIndex() {}
set enableSpatialIndex(value) {}

 Property Value

Boolean

true to enable spatial indexing, or false otherwise. The default value is false.

 See Also