Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 575 Bytes

File metadata and controls

15 lines (10 loc) · 575 Bytes

NumberFormatAffix

Attach arbitrary text before and/or after the formatted number. Example: prefix "USD " and postfix " total" displays as "USD 1,234.56 total"

Properties

Name Type Required Description
base_format_options NumberFormatOptions Yes
affix Affix Yes
type Literal["affix"] Yes None

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