Skip to main content

Highlight


The Highlight element emphasizes key numeric values or labels. It is visually styled to stand out within form sections, totals, or inline summaries. This element appears in scheduling, billing, and form validation workflows.

Properties

PropertyValueDescription
TypeHighlightUI component type
GroupTextBelongs to the "Text" group in UI catalog
Identifier24Unique element ID
PreviewSee image preview above
ValueAccepts content injected by the system
MandatoryNot a required field
ErrorDoes not display error state
MinNo explicit minimum value
MaxLinesAllows one or more text lines
Read-onlyDoes not accept direct user input
Text, IconYSupports text with optional icon styling
EventNo triggerable events
ShadeNo shaded background
ChildrenNot a container for nested elements
ListNot a list-type container

Usage Example

<HighlightText label="Fee" value="$75.00" />

SDK Integration

This element appears in Suggested Scheduling workflows, including:

Example usage within the scheduling card:

{
"reference": "doctor-fee~{x}",
"type": "Highlight",
"value": "$75.00"
}

Example UI Placement

LevelIDTypeValueDescription
1doctor-fee~{x}HighlightFeeDisplays total or doctor fee

Notes

  • Used to emphasize amounts, pricing, or status text.
  • Often paired with other text elements to display calculated summaries.
  • Text is styled prominently (bold, larger font).