createOverrideFormatFullName MethodStatic

Creates a valid OverrideFormat fullName from the parent Format and overridden units.

createOverrideFormatFullName(parent: Format, precision?: DecimalPrecision | FractionalPrecision, unitAndLabels?: [LazyLoadedUnit | LazyLoadedInvertedUnit, string | undefined][]): string

Parameter Type Description
parent Format The parent Format.
precision DecimalPrecision | FractionalPrecision  
unitAndLabels [LazyLoadedUnit | LazyLoadedInvertedUnit, string | undefined][] The overridden unit and labels collection.

Returns - string

Defined in

Last Updated: 07 May, 2026