addUnit MethodProtected
Adds a Unit, or InvertedUnit, with an optional label override.
addUnit(unit: Unit | InvertedUnit, label?: string): void
Parameter | Type | Description |
---|---|---|
unit | Unit | InvertedUnit | The Unit, or InvertedUnit, to add to this Format. |
label | string | A label that overrides the label defined within the Unit when a value is formatted. |
Returns - void
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.