Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 695 Bytes

File metadata and controls

16 lines (11 loc) · 695 Bytes

NumberFormatCurrency

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)

Properties

Name Type Required Description
base_format_options NumberFormatOptions Yes
style NumberFormatCurrencyStyle Yes
currency_code PropertyTypeReferenceOrStringConstant Yes
type Literal["currency"] Yes None

[Back to Model list] [Back to API list] [Back to README]