Skip to content

Interface: NumberOptions<Key, Locales>

Number Options

Extends

  • Intl.NumberFormatOptions
  • LocaleOptions<Locales>

Signature

ts
export interface NumberOptions<Key = string, Locales = Locale> extends Intl.NumberFormatOptions, LocaleOptions<Locales>

Type Parameters

Name
Key = string
Locales = Locale

Properties

NameTypeDescription
fallbackWarn (optional)boolean
key (optional)Key
missingWarn (optional)boolean
part (optional)boolean

Tags

  • @VueI18nGeneral
  • @remarks — Options for Number formatting API

Released under the MIT License.