Enum sap.m.LoadStateModule: sap/m/library


Enumeration of possible load statuses.


Since: 1.34.0.
Field Summary
sap.m.LoadState.DisabledThe control is disabled.
sap.m.LoadState.FailedThe control failed to load.
sap.m.LoadState.LoadedThe control has loaded.
sap.m.LoadState.LoadingThe control is loading.
Field Detail
sap.m.LoadState.Disabled: string
The control is disabled.
sap.m.LoadState.Failed: string
The control failed to load.
sap.m.LoadState.Loaded: string
The control has loaded.
sap.m.LoadState.Loading: string
The control is loading.