Format numbers as currency values with proper symbols and styling. Example: 1234.56 with currency "USD" displays as "USD 1,234.56" (standard) or "USD 1.2K" (compact)
| Name | Type | Required | Description |
|---|---|---|---|
| base_format_options | NumberFormatOptions | Yes | |
| style | NumberFormatCurrencyStyle | Yes | |
| currency_code | PropertyTypeReferenceOrStringConstant | Yes | |
| type | Literal["currency"] | Yes | None |