Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.36 KB

File metadata and controls

24 lines (22 loc) · 1.36 KB

RenderConfiguration

Properties

Name Type Description Notes
color ColorEnum The color to use when rendering an entity. For example, set color as 'RED' to render a portion of donut in red. [optional]
condition String If the condition is met then the rendering specified for the condition will be applied. Examples of expression syntax are provided under 'example_request' section of 'CreateWidgetConfiguration' API. [optional]
displayValue String If specified, overrides the field value. This can be used to display a meaningful value in situations where field value is not available or not configured. [optional]
tooltip List<Tooltip> Multi-line text to be shown on tooltip while hovering over the UI element if the condition is met. [optional]
icons List<Icon> Icons to be applied at dashboard for widgets and UI elements. [optional]

Enum: ColorEnum

Name Value
GREY "GREY"
DARK_GREY "DARK_GREY"
LIGHT_GREY "LIGHT_GREY"
SKY_BLUE "SKY_BLUE"
BLUE "BLUE"
GREEN "GREEN"
YELLOW "YELLOW"
RED "RED"
DARK_RED "DARK_RED"