services/status-options/status-options.model.ts
Defines the visual presentation of a service status option.
Properties |
| class |
class:
|
Type : string
|
| Optional |
|
CSS class(es) used to e.g. accent the status (contextual color, etc.) |
| icon |
icon:
|
Type : SupportedIconsSuggestions
|
|
An icon to use to display the status. |
| key |
key:
|
Type : string
|
|
Key used for this status in the c8y_Service object. |
| label |
label:
|
Type : string
|
|
Human readable name of the status used to be translated. |