CustomFormatProps Interface

This interface is used when supporting Custom Formatters that need more than the standard set of properties.

Extends

Properties

Name Type Description
custom Readonly any    

Inherited properties

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

Defined in

Last Updated: 13 May, 2024