UnitConversionSpec Interface
Beta
Interface that defines how to convert between a specific unit an another in synchronous formatting or parsing processing.
Properties
| Name | Type | Description | |
|---|---|---|---|
| conversion | UnitConversion | the information necessary to convert the unit to a specific display unit | |
| label | string | The default label that is used to display unit | |
| name | string | Unit name that was used to locate the unit by the Unit Provider | |
| parseLabels | undefined | string[] | Labels that may be used to represent the unit in a string that is to be parsed. | |
| system | string | Unit system name, used to when finding preferred parse unit |
Defined in
- quantity/src/Interfaces.ts Line 45
Last Updated: 30 November, 2023