Interface ListFormatOptions
interface ListFormatOptions {
localeMatcher?: ListFormatLocaleMatcher;
style?: ListFormatStyle;
type?: ListFormatType;
}
localeMatcher?: ListFormatLocaleMatcher;
style?: ListFormatStyle;
type?: ListFormatType;
}
Index
Properties
Properties
OptionallocaleMatcher
The locale matching algorithm to use. For information about this option, see Intl page.
Optionalstyle
The length of the internationalized message.
Optionaltype
The format of output message.
An object with some or all properties of the
Intl.ListFormatconstructoroptionsparameter.MDN.