Label
Label
Label that will be displayed for a UI element.
JSON Example
{
"condition": "string",
"hover": false,
"icons": [
{
"placement": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"navigation": "string",
"text": "string"
}
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.
boolean
hover
Optional
If true, displays the label only on hover
string
navigation
Optional
Hyperlink of the specified UI page that provides details.
string
text
Required
Text to be displayed at the label.