Search
ChangeItemCommand Constructor
See Also
 





Initializes a new instance of the ChangeItemCommand class.

Namespace: MindFusion.Diagramming
Package: ChangeItemCommand.js

 Syntax

JavaScript  Copy Code

function ChangeItemCommand (diagram, item)

 Parameters

diagram

The Diagram modified by this command.

item

The DiagramItem that will be modified.

 See Also