undo

abstract fun undo(): List<EditingChange>

Perform undo changes on document editor.

Return

List of editing changes for undo/redo operations.