Icon
Icon
Icon to be applied at dashboard for widgets and UI elements.
JSON Example
{
"placement": "string",
"type": "string",
"tooltip": [
{
"text": "string",
"condition": "string"
}
]
}
string
placement
Optional
If specified as PRE, the icon appears before the UI element. If set as POST, the icon appears after the UI element.
Possible values are : PRE, POST,
string
type
Optional
Icon will be rendered based on its type. For example, if ERROR is chosen, then icon representing error will be rendered.
Possible values are : ERROR, WARNING, INFO, INPROGRESS, SUCCESS, DETAIL, NOT_AVAILABLE,
array of Tooltip
tooltip
Optional
Multi-line text to be shown on tooltip while hovering over the icon.