Skip to main content

redo

Description

Applies the reverted changes to the gantt once again

redo: () => void

Example

gantt.redo();

Details

note

This method is defined in the undo extension, so you need to enable the undo plugin. Read the details in the Undo/Redo Functionality article.

Change log

  • added in version 4.0