Search
Diagram.freeFormTargets Property
See Also
 





Gets or sets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when behavior is set to LinkFreeShapes or DrawFreeShapes.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get freeFormTargets() {}
set freeFormTargets(value) {}

 Property Value

Array

An array of shape identifiers or Shape instances.

 See Also