Search
CompositeRouter.diagram Property
See Also
 





Gets or sets the diagram associated with this router and all its sub-routers.

Namespace: MindFusion.Diagramming
File: CompositeRouter.js

 Syntax

JavaScript  Copy Code

get diagram() {}
set diagram(value) {}

 Property Value

Diagram

An instance of the Diagram class.

 See Also