isRedoEnabled

abstract fun isRedoEnabled(): Boolean

Whether redoing undone edits is enabled. If true we will show redo actions in the toolbar. Defaults to true,

Return

true if redo is enabled, false otherwise.