Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-js
/
js.intl
/
PluralRulesOptions
Plural
Rules
Options
interface
PluralRulesOptions
(
source
)
Members
Properties
locale
Matcher
Link copied to clipboard
abstract
var
localeMatcher
:
LocaleMatcher
?
maximum
Fraction
Digits
Link copied to clipboard
abstract
var
maximumFractionDigits
:
Int
?
maximum
Significant
Digits
Link copied to clipboard
abstract
var
maximumSignificantDigits
:
Int
?
minimum
Fraction
Digits
Link copied to clipboard
abstract
var
minimumFractionDigits
:
Int
?
minimum
Integer
Digits
Link copied to clipboard
abstract
var
minimumIntegerDigits
:
Int
?
minimum
Significant
Digits
Link copied to clipboard
abstract
var
minimumSignificantDigits
:
Int
?
type
Link copied to clipboard
abstract
var
type
:
PluralRuleType
?