Namespace LrUndo
This namespace provides access to undo/redo commands.
Access the functions directly from the imported namespace.
Summary
Returns true of the redo command is currently enabled.
Returns true of the undo command is currently enabled.
Redoes the last undone history state.
Undoes the last history state.
Functions
- LrUndo.canRedo()
-
Returns true of the redo command is currently enabled.
First supported in version 6.0 of the Lightroom SDK.
- LrUndo.canUndo()
-
Returns true of the undo command is currently enabled.
First supported in version 6.0 of the Lightroom SDK.
- LrUndo.redo()
-
Redoes the last undone history state.
First supported in version 6.0 of the Lightroom SDK.
- LrUndo.undo()
-
Undoes the last history state.
First supported in version 6.0 of the Lightroom SDK.