Home > @activeviam/activeui-sdk > ApproximateFormatterParameters > decimal
ApproximateFormatterParameters.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.00k
Signature:
decimal: number;