Interface for format gain settings.

interface FormatGainSettings {
    acc?: number;
    formatType?: FormatType;
    max?: number;
}

Hierarchy (view full)

Properties

Properties

acc?: number

The number of decimal places to display

formatType?: FormatType

The format type to be using

max?: number

The maximum number of digits to display