Format numbers with standard units supported by Intl.NumberFormat. Examples: "meter", "kilogram", "celsius", "percent" Input: 25 with unit "celsius" displays as "25 degrees C"
| Name | Type | Required | Description |
|---|---|---|---|
| base_format_options | NumberFormatOptions | Yes | |
| unit | PropertyTypeReferenceOrStringConstant | Yes | |
| type | Literal["standardUnit"] | Yes | None |