trait BigIntToLocaleStringOptions extends scala.scalajs.js.Object with StObject
- Annotations
- @JSType() @native()
- Source
- BigIntToLocaleStringOptions.scala
- Alphabetic
- By Inheritance
- BigIntToLocaleStringOptions
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val compactDisplay: UndefOr[java.lang.String]
used only when notation is "compact"
- val currency: UndefOr[java.lang.String]
The currency to use in currency formatting.
The currency to use in currency formatting. Possible values are the ISO 4217 currency codes, such as "USD" for the US dollar, "EUR" for the euro, or "CNY" for the Chinese RMB — see the Current currency & funds code list. There is no default value; if the style is "currency", the currency property must be provided. It is only used when Style has the value "currency".
- val currencyDisplay: UndefOr[java.lang.String]
How to display the currency in currency formatting.
How to display the currency in currency formatting. It is only used when Style has the value "currency". The default is "symbol".
"symbol" to use a localized currency symbol such as €,
"code" to use the ISO currency code,
"name" to use a localized currency name such as "dollar"
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- val localeMatcher: UndefOr[java.lang.String]
The locale matching algorithm to use.The default is "best fit".
The locale matching algorithm to use.The default is "best fit". For information about this option, see the
Intl page. - val maximumFractionDigits: UndefOr[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[0, 1], 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20]]
The maximum number of fraction digits to use.
The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number formatting is the larger of minimumFractionDigits and 3; the default for currency formatting is the larger of minimumFractionDigits and the number of minor unit digits provided by the
ISO 4217 currency codes list(2 if the list doesn't provide that information); the default for percent formatting is the larger of minimumFractionDigits and 0. - val maximumSignificantDigits: UndefOr[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]]
The maximum number of significant digits to use.
The maximum number of significant digits to use. Possible values are from 1 to 21; the default is 21.
- val minimumFractionDigits: UndefOr[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[0, 1], 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20]]
The minimum number of fraction digits to use.
The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the
ISO 4217 currency codes list(2 if the list doesn't provide that information). - val minimumIntegerDigits: UndefOr[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]]
The minimum number of integer digits to use.
The minimum number of integer digits to use. Possible values are from 1 to 21; the default is 1.
- val minimumSignificantDigits: UndefOr[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]]
The minimum number of significant digits to use.
The minimum number of significant digits to use. Possible values are from 1 to 21; the default is 1.
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- val notation: UndefOr[java.lang.String]
The formatting that should be displayed for the number, the defaults is "standard"
The formatting that should be displayed for the number, the defaults is "standard"
"standard" plain number formatting
"scientific" return the order-of-magnitude for formatted number.
"engineering" return the exponent of ten when divisible by three
"compact" string representing exponent, defaults is using the "short" form
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val numberingSystem: UndefOr[java.lang.String]
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- val style: UndefOr[java.lang.String]
The formatting style to use , the default is "decimal".
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- val unit: UndefOr[java.lang.String]
The unit to use in unit formatting, Possible values are core unit identifiers, defined in UTS #35, Part 2, Section 6.
The unit to use in unit formatting, Possible values are core unit identifiers, defined in UTS #35, Part 2, Section 6. A subset of units from the full list was selected for use in ECMAScript. Pairs of simple units can be concatenated with "-per-" to make a compound unit. There is no default value; if the style is "unit", the unit property must be provided.
- val unitDisplay: UndefOr[java.lang.String]
The unit formatting style to use in unit formatting, the defaults is "short".
- val useGrouping: UndefOr[scala.Boolean]
Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators.
Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. The default is true.
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated