Optional
Readonly
autosaveableReadonly
dirtyReadonly
onThis event is fired when the content of the saveable changes.
While onDirtyChanged
is fired to notify the UI that the widget is dirty,
onContentChanged
is used for the auto save throttling.
Readonly
onThis event is fired when the content of the dirty
variable changes.
Optional
applyOptional
createCreates a snapshot of the dirty state. See also Saveable.Snapshot.
Optional
revertReverts dirty changes.
Optional
options: RevertOptionsSaves dirty changes.
Optional
options: SaveOptionsOptional
savePerforms the save operation with a new file name.
Optional
serializeSerializes the full state of the saveable item to a binary buffer.
If false, the saveable will not participate in autosaving.