Search
Diagram.undoEnabled Property
See Also
 






Gets or sets a value indicating whether saving action records for later undo is enabled.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get undoEnabled() {}
set undoEnabled(value) {}

 Property Value

Boolean

true if undo is enabled, or false otherwise.

 See Also