W3cubDocs

/Haxe JavaScript

NumberFormatResolvedOption

package js.lib.intl

import js.lib.intl.NumberFormat

Available on js

Fields

finalread onlyuseGrouping:String

The values provided for these properties in the options argument or filled in as defaults.

finalread onlystyle:NumberFormatStyle

finalread onlynumberingSystem:String

The value requested using the Unicode extension key "nu" or filled in as a default.

finalread onlyminimumSignificantDigits:Int

finalread onlyminimumIntegerDigits:Int

finalread onlyminimumFractionDigits:Int

finalread onlymaximumSignificantDigits:Int

The values provided for these properties in the options argument or filled in as defaults. These properties are present only if at least one of them was provided in the options argument.

finalread onlymaximumFractionDigits:Int

The values provided for these properties in the options argument or filled in as defaults. These properties are present only if neither minimumSignificantDigits nor maximumSignificantDigits was provided in the options argument.

finalread onlylocale:String

The BCP 47 language tag for the locale actually used. If any Unicode extension values were requested in the input BCP 47 language tag that led to this locale, the key-value pairs that were requested and are supported for this locale are included in locale.

finalread onlycurrencyDisplay:String

The values provided for these properties in the options argument or filled in as defaults. These properties are only present if style is "currency".

finalread onlycurrency:String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/intl/NumberFormatResolvedOption.html