ContentEditingEdit

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.

Inheritors

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0) pageIndex: Int = 0, textBlockId: UUID)

Properties

Link copied to clipboard