APIDiagram Editor APIHistory manager APIHistory manager methodsredo()On this pageredo() Description Restores an action that has been reverted by the Undo actionUsageredo(): void;Exampleconst editor = new dhx.DiagramEditor("editor_container", { type: "default"});// ...editor.history.redo();Change log: Added in v4.1