Interface: NumberOptions<Key, Locales>
Number Options
Extends
Intl.NumberFormatOptionsLocaleOptions<Locales>
Signature
ts
export interface NumberOptions<Key = string, Locales = Locale> extends Intl.NumberFormatOptions, LocaleOptions<Locales>Type Parameters
| Name |
|---|
Key = string |
Locales = Locale |
Properties
| Name | Type | Description |
|---|---|---|
fallbackWarn (optional) | boolean | |
key (optional) | Key | |
missingWarn (optional) | boolean | |
part (optional) | boolean |
Tags
@remarks— Options for Number formatting API@VueI18nGeneral