interface NumberOptions {
    locale: string;
    maximumFractionDigits?: number;
    minimumFractionDigits?: number;
    notation?: Notation;
    percent?: Percent;
}

Hierarchy

  • NumberOptionsBasic
    • NumberOptions

Properties

locale: string
maximumFractionDigits?: number
minimumFractionDigits?: number
notation?: Notation
percent?: Percent