DecimalFormatterOptions / PartialDecimalFormatterOptions

Description

A DecimalFormatterOptions is an interface that exposes properties to configure the behavior of a DecimalFormatter.

Properties

Property

Type

Default

Description

precision?

number

undefined

The number of decimal digits to display. Setting it to undefined results in no specific precision.

Remarks

A partial type/interface is an object in which properties are optional.