Search
Pointer.isInteractive Property
See Also
 






Gets or sets a value indicating whether the pointer position should be affected by user interactions.

Namespace: MindFusion.Gauges
File: Pointer.js

 Syntax

JavaScript  Copy Code

get isInteractive() {}
set isInteractive(value) {}

 Property Value

Boolean

True if the pointer is interactive, otherwise false.

 See Also