Search
BehaviorBase.diagram Property
See Also
 





Gets the target diagram of this behavior object.

Namespace: MindFusion.Diagramming
File: BehaviorBase.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Diagram

An instance of the Diagram class.

 See Also