MessageFormatOptions interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface MessageFormatOptions 

Properties

Property Modifiers Type Description
functions?   MessageFunctions (BETA) (Optional) The set of custom functions available during message resolution. Extends the default set of functions.
localeMatcher?   ‘best fit’ | ‘lookup’ (BETA) (Optional) If given multiple locales, determines which algorithm to use when selecting between them; the default for Intl formatters is 'best fit'.