implements |
BackedEnum |
|---|
Marker for the correctness / semantic validation state of a value.
sap.ui.core.ValueState — used across the framework to colour a
value's validity (e.g. sap.m.ActionTile.badgeValueState).
Pinned to OpenUI5 1.136 (see {@see \LaravelUi5\Core\Ui5\Dashboard\Contracts\Tile}).
| Cases | |
|---|---|
Error = 'Error'
|
# |
Information = 'Information'
|
# |
None = 'None'
|
# |
Success = 'Success'
|
# |
Warning = 'Warning'
|
# |