Executes again an action saved in the command history.
Namespace: MindFusion.Diagramming
File: Diagram.js
JavaScript Copy Code |
---|
function redo () |
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.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |