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