Search
DiagramItem.parent Property
See Also
 






Gets the Diagram to which this item belongs.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get parent() {}

 Property Value

Diagram

An instance of the Diagram class.

 Remarks

Call diagram's addItem method to add items to it.

 See Also