DecimalPrecisionMode

[ Interface ]

export type DecimalPrecisionMode =
| 'Truncate'
| 'Round';

Properties

Name

Type

Description

Truncate

string

Will be truncated.

Round

string

Will be rounded.

DecimalPrecisionMode 1:

Available since version 1.14.3