Namespace sap.ushell.Container.DirtyStateModule: sap/ushell/services/Container



Since: 1.21.1.
Field Summary
sap.ushell.Container.DirtyState.CLEANThe embedded application is clean, there is no unsaved data.
sap.ushell.Container.DirtyState.DIRTYThe embedded application is dirty, the user has entered data that is not yet saved.
sap.ushell.Container.DirtyState.MAYBE_DIRTYThe embedded application container's dirty state cannot be determined because of technical reasons.
Field Detail
sap.ushell.Container.DirtyState.CLEAN: string
The embedded application is clean, there is no unsaved data.
Since:
1.21.1
Default Value:
"CLEAN"
sap.ushell.Container.DirtyState.DIRTY: string
The embedded application is dirty, the user has entered data that is not yet saved.
Since:
1.21.1
Default Value:
"DIRTY"
sap.ushell.Container.DirtyState.MAYBE_DIRTY: string
The embedded application container's dirty state cannot be determined because of technical reasons.
Since:
1.21.1
Default Value:
"MAYBE_DIRTY"