implements |
BackedEnum |
|---|
Enumeration of possible load states for sap.m.TileContent and sap.m.GenericTile controls. Used to represent and visualize the current status of data loading or error conditions.
| Cases | |
|---|---|
Loading = 'Loading'
|
# |
Loaded = 'Loaded'
|
# |
Failed = 'Failed'
|
# |
Disabled = 'Disabled'
|
# |