Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 655 Bytes

File metadata and controls

16 lines (11 loc) · 655 Bytes

NumberFormatStandardUnit

Format numbers with standard units supported by Intl.NumberFormat. Examples: "meter", "kilogram", "celsius", "percent" Input: 25 with unit "celsius" displays as "25 degrees C"

Properties

Name Type Required Description
base_format_options NumberFormatOptions Yes
unit PropertyTypeReferenceOrStringConstant Yes
type Literal["standardUnit"] Yes None

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