OptionalcssAdditional 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.
OptionalformatFormat string for dates/numbers. For dates, uses Angular DatePipe format strings. For numbers, uses Angular DecimalPipe format strings.
OptionalformatterCustom formatter function for complex value transformations.
Takes precedence over the format property.
The raw field value
Formatted string to display
OptionalhideIf true, only shows the value without the label.
OptionaliconFont Awesome icon class to display before the label.
OptionallabelDisplay 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