Search
DiagramItem.graphicsContent Property
See Also
 






Gets an array of visual elements used to render this item on the canvas.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get graphicsContent() {}

 Property Value

Array

An array containing objects from MindFusion.Drawing namespace.

 See Also