Content Editing Edit
abstract class ContentEditingEdit(@IntRange(from = 0 ) pageIndex: Int = 0, val textBlockId: String) : PageEdit
Base class for all content editing undo/redo actions. All edits need the id of the affected text block and also the pageIndex on which the edit happened, so that we can scroll there, if required.
Parameters
page Index
The zero-based index of the page containing the text block.