NSX-T Data Center REST API
Tooltip (schema)
Tooltip
Tooltip to be shown while hovering over the dashboard UI element.
Name | Description | Type | Notes |
---|---|---|---|
condition | Expression for evaluating condition 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. |
string | Maximum length: 1024 |
heading | Tooltip will be treated as header. If true, displays tooltip text in bold |
boolean | |
text | Textbox shown at tooltip Text to be shown on tooltip while hovering over UI element. The text would be wrapped if it exceeds 80 chars. |
string | Required Maximum length: 1024 |