Search results

UndoRedoEventArgs API in React Blockeditor API component

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.