createOverrideFormatFullName MethodStatic
Creates a valid OverrideFormat fullName from the parent Format and overridden units.
createOverrideFormatFullName(parent: Format, precision?: DecimalPrecision | FractionalPrecision, unitAndLabels?: [Unit | InvertedUnit, undefined | string][]): string
| Parameter | Type | Description |
|---|---|---|
| parent | Format | The parent Format. |
| precision | DecimalPrecision | FractionalPrecision | |
| unitAndLabels | [Unit | InvertedUnit, undefined | string][] | The overridden unit and labels collection. |
Returns - string
Defined in
Last Updated: 30 November, 2023