TLHistoryBatchOptions
Table of contents
interface TLHistoryBatchOptions {}
Properties
How should this change interact with the history stack?
- record: Add to the undo stack and clear the redo stack
- record-preserveRedoStack: Add to the undo stack but do not clear the redo stack
- ignore: Do not add to the undo stack or the redo stack
history?: 'ignore' | 'record-preserveRedoStack' | 'record'