Search
Diagram.commitCompositeOperation Method
See Also
 





Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function commitCompositeOperation ()

 Remarks

You must call either cancelCompositeOperation or this method when the diagram modifications are done after a startCompositeOperation call.

 See Also