Label

Label
Label

Label that will be displayed for a UI element.

JSON Example
{
    "text": "string",
    "hover": false,
    "navigation": "string",
    "condition": "string",
    "icons": [
        {
            "placement": "string",
            "type": "string",
            "tooltip": [
                {
                    "text": "string",
                    "condition": "string"
                }
            ]
        }
    ]
}
string
text
Required

Text to be displayed at the label.

boolean
hover
Optional

If true, displays the label only on hover

string
navigation
Optional

Hyperlink of the specified UI page that provides details.

string
condition
Optional

If the condition is met then the label will be applied. Examples of expression syntax are provided under example_request section of CreateWidgetConfiguration API.

array of Icon
icons
Optional

Icons to be applied at dashboard for the label