ContentFormatterImpl Class
Implements
- ContentFormatter
Methods
| Name | Description | |
|---|---|---|
| constructor(_propertyValueFormatter: { formatPropertyValue: (field: Field, value: Value, unitSystem?: UnitSystemKey) => Promise<DisplayValue> }, _unitSystem?: UnitSystemKey): ContentFormatterImpl | ||
| formatContent(content: Content): Promise<Content> | Format content in place and return it. | |
| formatContentItems(items: Item[], descriptor: Descriptor): Promise<Item[]> | Format content Items in place and return them. |
Defined in
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.