Readonly
dirtyReadonly
onReadonly
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
serializeSerializes the full state of the saveable item to a binary buffer.
This 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.