Search
CompatConfig.propFunctions Property
See Also
 






Gets or sets whether the control should generate get/set functionsfor properties to keep compatibility with older versions of the diagramming API.

Namespace: MindFusion.Diagramming
File: CompatConfig.js

 Syntax

JavaScript  Copy Code

get propFunctions() {}
set propFunctions(value) {}

 Property Value

Boolean

true to generate get/set function pairs, or false otherwise.

 See Also