MindFusion.Diagramming for JavaScript Programmer's Guide

BehaviorBase Class

See Also
 





An abstract base class for types that define how the control reacts to users' actions with a mouse or other pointing devices.

Namespace: MindFusion.Diagramming
File: BehaviorBase.js

 Syntax

JavaScript  Copy Code

// class
BehaviorBase.prototype = {}

 See Also