Search
Diagram.factory Property
See Also
 





Gets a Factory object that lets you programmatically add new items to the diagram.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get factory() {}

 Property Value

Factory

An instance of the Factory class.

 See Also