Content Editing Native Change Edit
constructor(pageIndex: Int, textBlockId: String, undoData: UndoData, redoData: UndoData, externalControlState: ExternalControlState, deleted: Boolean? = null)
Parameters
page Index
The zero-based index of the page containing the text block.
text Block Id
The unique identifier of the text block.
undo Data
The data needed to restore the text block to its previous state.
redo Data
The data needed to restore the text block to its new state.
deleted
Whether the text block was deleted, or null if deletion state was not changed.