toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.intl
/
PluralRulesOptions
Plural
Rules
Options
external
interface
PluralRulesOptions
(
source
)
Members
Properties
locale
Matcher
Link copied to clipboard
abstract
val
localeMatcher
:
LocaleMatcher
?
maximum
Fraction
Digits
Link copied to clipboard
abstract
val
maximumFractionDigits
:
Int
?
maximum
Significant
Digits
Link copied to clipboard
abstract
val
maximumSignificantDigits
:
Int
?
minimum
Fraction
Digits
Link copied to clipboard
abstract
val
minimumFractionDigits
:
Int
?
minimum
Integer
Digits
Link copied to clipboard
abstract
val
minimumIntegerDigits
:
Int
?
minimum
Significant
Digits
Link copied to clipboard
abstract
val
minimumSignificantDigits
:
Int
?
type
Link copied to clipboard
abstract
val
type
:
PluralRuleType
?