UndoRedoEventArgs

23 Sep 20251 minute to read

Represents the arguments for an undo/redo event.

Properties

content BlockModel

Specifies the current block model after the undo/redo action.

isUndo boolean

Specifies whether the action is an undo or redo.

previousContent BlockModel

Specifies the block model before the undo/redo action.