Gets or sets a value indicating whether the diagram document has changed since loading it.
Namespace: MindFusion.Diagramming
Assembly: DiagramDocument.js
SyntaxJavaScript
Copy Code
|
|---|
get dirty() {} |
Boolean
true if the document has changed, or false otherwise.
See Also