Home > @activeviam/activeui-sdk > CurrencyFormatterParameters > decimal
CurrencyFormatterParameters.decimal property
number of decimal points to include in the formatted number. Integers will have x number of 0's appended. e.g. decimal(2) 1000 -> $1,000.00
Signature:
decimal: number;