public
|
__construct(
float|int|string|null $value = null,
ValueColor|null $valueColor = null,
DeviationIndicator|null $indicator = null,
string|null $scale = null,
LoadState|null $state = null,
)
Parameters
| $value |
the main numeric or textual value to be displayed in the tile content.
|
| $valueColor |
the semantic color for the value display (e.g., Good, Error).
|
| $indicator |
the trend indicator for the value (e.g., "Up", "Down", "None").
|
| $scale |
the scale suffix to be displayed next to the value (e.g., "k", "€").
|
| $state |
the loading or result state of the tile (e.g., Loaded, Failed).
|
Overrides
|
#
|