Tooltip

Tooltip
Tooltip

Tooltip to be shown while hovering over the dashboard UI element.

JSON Example
{
    "text": "string",
    "condition": "string"
}
string
text
Required

Text to be shown on tooltip while hovering over UI element. The text would be wrapped if it exceeds 80 chars.

string
condition
Optional

If the condition is met then the tooltip will be applied. If no condition is provided, then the tooltip will be applied unconditionally. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API.