Tooltip
Tooltip
Tooltip to be shown while hovering over the dashboard UI element.
JSON Example
{
"condition": "string",
"heading": false,
"text": "string"
}
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.
boolean
heading
Optional
If true, displays tooltip text in bold
string
text
Required
Text to be shown on tooltip while hovering over UI element. The text would be wrapped if it exceeds 80 chars.