FieldFormatOptions Interface
Customizes how to format the raw property value resolved by a FieldPropertyPath into a FieldRun's display string. The exact options used depend upon the FieldPropertyType.
Properties
Name | Type | Description | |
---|---|---|---|
case | FieldCase | undefined | Modifies the case of the formatted string. | |
dateTime | DateTimeFieldFormatOptions | undefined | Formatting options for FieldPropertyType "datetime". | |
prefix | string | undefined | A string inserted before the formatted string. | |
suffix | string | undefined | A string inserted after the formatted string. |
Defined in
Last Updated: 20 September, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.