Optional cssAdditional CSS class(es) to apply to this field's container.
The field name to extract from the record.
For BaseEntity objects, this is passed to .Get().
For plain objects, this is used as a property key.
Optional formatFormat string for dates/numbers. For dates, uses Angular DatePipe format strings. For numbers, uses Angular DecimalPipe format strings.
Optional formatterCustom formatter function for complex value transformations.
Takes precedence over the format property.
The raw field value
Formatted string to display
Optional hideIf true, only shows the value without the label.
false
Optional iconFont Awesome icon class to display before the label.
'fa-solid fa-user'
Optional labelDisplay label shown before the value. If not provided, defaults to the fieldName.
Configuration for displaying a field within a timeline card. Used for both summary fields (always visible) and expanded fields (visible when expanded).
Example