Icon
Icon to be applied at dashboard for widgets and UI elements.
{
"color": "string",
"placement": "string",
"size": "number",
"size_unit": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
Icon color applied to icon in hex format.
If specified as PRE, the icon appears before the UI element. If set as POST, the icon appears after the UI element.
Icon size in unit applied to icon.A unit can be specified by the 'size_unit' property.
Icon size unit applied to icon along with size. if 'size' property value is provided and no value is provided for this property then default value for this proerty is set to 'px'.
Multi-line text to be shown on tooltip while hovering over the icon.
Icon will be rendered based on its type. For example, if ERROR is chosen, then icon representing error will be rendered. or else custom svg icon name can be given.