Search results

UndoRedoEventArgs API in JavaScript (ES5) Blockeditor API control

Represents the arguments for an undo/redo event.

Properties

content

BlockModel | null

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

isUndo

boolean

Specifies whether the action is an undo or redo.

previousContent

BlockModel | null

Specifies the block content before the undo/redo action.

user

UserModel | null

Specifies the user who made the undo/redo action.