We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 497e3f6 + 39293fc commit 06efba4Copy full SHA for 06efba4
ace/ace.d.ts
@@ -2609,6 +2609,16 @@ declare module AceAjax {
2609
* Returns `true` if there are redo operations left to perform.
2610
**/
2611
hasRedo(): boolean;
2612
+
2613
+ /**
2614
+ * Returns `true` if the dirty counter is 0
2615
+ **/
2616
+ isClean(): boolean;
2617
2618
2619
+ * Sets dirty counter to 0
2620
2621
+ markClean(): void;
2622
2623
}
2624
var UndoManager: {
0 commit comments