Content Editing Edit
abstract class ContentEditingEdit(@IntRange(from = 0 ) pageIndex: Int = 0, val textBlockId: UUID) : PageEdit
Baseclass for all content editing undo/redo actions. All edits need the id of the affected textblock and also the pageIndex on which the edit happened, so that we can scroll there, if required.