Search
Diagram.dirty Property
See Also
 





Gets or sets a value indicating whether the diagram has changed since loading it.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get dirty() {}
set dirty(value) {}

 Property Value

Boolean

true if the diagram has changed, or false otherwise.

 See Also