onAutoSave property

ValueChanged<String>? onAutoSave
final

Called with the current HTML every autoSaveInterval while the document has unsaved edits.

Implementation

final ValueChanged<String>? onAutoSave;