Indicates whether decimal places should be enforced, and how many digits it should show.

interface DecimalPlaces {
    digits?: number;
    isEnforced?: boolean;
}

Properties

Properties

digits?: number

The number of digits after decimal to display

isEnforced?: boolean

Indicates whether decimal point setting should be enforced

MMNEPVFCICPMFPCPTTAAATR