the undo manager to record the command in, if undefined, or not enabled the command will not be recorded
the command to record, should be of type SetValueUndoCommand, ActionUndoCommand or JSUndoManagerCommand
command type for the setValue command, used to identify the command type for merging
time in milliseconds to wait before considering the command final, defaults to 2000ms
Records an undo command in the undo manager, supports merging of subsequent setValue commands. See uiconfig.js or threepipe
UndoManagerPlugin
for usage.