package Intl

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Intl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Collator extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  2. trait CollatorOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  3. trait DateTimeFormat extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  4. trait DateTimeFormatOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  5. trait DateTimeFormatPart extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  6. trait DateTimeFormatPartTypes extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType()
  7. trait LDMLPluralRule extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType()
  8. trait NumberFormat extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  9. trait NumberFormatOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  10. trait PluralRuleType extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType()
  11. trait PluralRules extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  12. trait PluralRulesOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  13. trait RelativeTimeFormat extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  14. trait RelativeTimeFormatLocaleMatcher extends scala.scalajs.js.Object with StObject

    The locale matching algorithm to use.

    The locale matching algorithm to use.

    [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_negotiation).

    [Specification](https://tc39.es/ecma402/#sec-InitializeRelativeTimeFormat).

    Annotations
    @JSType()
  15. trait RelativeTimeFormatNumeric extends scala.scalajs.js.Object with StObject

    The format of output message.

    The format of output message.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#Parameters).

    [Specification](https://tc39.es/ecma402/#sec-InitializeRelativeTimeFormat).

    Annotations
    @JSType()
  16. trait RelativeTimeFormatOptions extends scala.scalajs.js.Object with StObject

    An object with some or all of properties of options parameter of Intl.RelativeTimeFormat constructor.

    An object with some or all of properties of options parameter of Intl.RelativeTimeFormat constructor.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#Parameters).

    [Specification](https://tc39.es/ecma402/#sec-InitializeRelativeTimeFormat).

    Annotations
    @JSType() @native()
  17. trait RelativeTimeFormatPart extends scala.scalajs.js.Object with StObject

    An object representing the relative time format in parts that can be used for custom locale-aware formatting.

    An object representing the relative time format in parts that can be used for custom locale-aware formatting.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/formatToParts#Using_formatToParts).

    [Specification](https://tc39.es/ecma402/#sec-FormatRelativeTimeToParts).

    Annotations
    @JSType() @native()
  18. trait RelativeTimeFormatStyle extends scala.scalajs.js.Object with StObject

    The length of the internationalized message.

    The length of the internationalized message.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat#Parameters).

    [Specification](https://tc39.es/ecma402/#sec-InitializeRelativeTimeFormat).

    Annotations
    @JSType()
  19. trait RelativeTimeFormatUnit extends scala.scalajs.js.Object with StObject

    Unit to use in the relative time internationalized message.

    Unit to use in the relative time internationalized message.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/format#Parameters).

    [Specification](https://tc39.es/ecma402/#sec-singularrelativetimeunit).

    Annotations
    @JSType()
  20. trait ResolvedCollatorOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  21. trait ResolvedDateTimeFormatOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  22. trait ResolvedNumberFormatOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  23. trait ResolvedPluralRulesOptions extends scala.scalajs.js.Object with StObject
    Annotations
    @JSType() @native()
  24. trait ResolvedRelativeTimeFormatOptions extends scala.scalajs.js.Object with StObject

    An object with properties reflecting the locale and formatting options computed during initialization of the Intel.RelativeTimeFormat object

    An object with properties reflecting the locale and formatting options computed during initialization of the Intel.RelativeTimeFormat object

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/resolvedOptions#Description).

    [Specification](https://tc39.es/ecma402/#table-relativetimeformat-resolvedoptions-properties)

    Annotations
    @JSType() @native()
  25. type UnicodeBCP47LocaleIdentifier = java.lang.String

    [Unicode BCP 47 Locale Identifiers](https://unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers) definition.

    [Unicode BCP 47 Locale Identifiers](https://unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers) definition.

    [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument).

Inherited from AnyRef

Inherited from Any

Ungrouped