undo
Undo configurations
Signatures
- Paramate.Configurator.undo(callback, step)
Details
The function sets the values of all configurator parameters to their settings after the last configuration. It is important to note that when using undo, all the parameters are set, so it is not recommended to use it when the configurator checks which parameters are changed.
Parameters
- callback
-
Function to be called after the configuration is done
- step
-
Optional parameter to go to a specific step in the configuration history.
Return value
none