Integerdijit.Editor.editActionInterval

dojo.require("dijit.Editor");
defined in dijit/Editor.js

When using customUndo, not every keystroke will be saved as a step. Instead typing (including delete) will be grouped together: after a user stop typing for editActionInterval seconds, a step will be saved; if a user resume typing within editActionInterval seconds, the timeout will be restarted. By default, editActionInterval is 3 seconds.