Returns whether the document is currently clean (not modified since initialization or the last call to markClean).
()
| 484 | |
| 485 | /** Returns whether the document is currently clean (not modified since initialization or the last call to markClean). */ |
| 486 | isClean(): boolean; |
| 487 | |
| 488 | |
| 489 |