Search
Diagram.redo Method
See Also
 





Executes again an action saved in the command history.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function redo ()

 Remarks

Calling this method has no effect before undo has been called at least once. Any command that has been undone can later be redone by redo. The method processes the commands in the same order they were initially executed, which is opposite to the order in which they are undone.

 See Also