FormatProps Interface

This interface defines the persistence format for describing the formatting of quantity values.

Properties

Name Type Description
composite Readonly { includeZero?: boolean, spacer?: string, units: { label?: string, name: string }[] } | undefined    
decimalSeparator Readonly string | undefined    
formatTraits Readonly string | string[]    
minWidth Readonly number | undefined    
precision Readonly number | undefined    
roundFactor Readonly number | undefined    
scientificType Readonly string | undefined    
showSignOption Readonly string | undefined    
stationOffsetSize Readonly number | undefined    
stationSeparator Readonly string | undefined    
thousandSeparator Readonly string | undefined    
type Readonly string    
uomSeparator Readonly string | undefined    

Defined in

Last Updated: 05 May, 2024