isUndoEnabled

abstract fun isUndoEnabled(): Boolean

Whether undoing edits is enabled. If true we will show undo actions in the toolbar. Defaults to true.

Return

true if undo is enabled, false otherwise.