The type used by custom message functions, if any.
These extend the default functions.
The formatted-parts type used by any custom message values.
OptionalbidiThe bidi isolation strategy for message formatting, i.e. how expression placeholders with different or unknown directionalities are isolated from the rest of the formatted message.
The default 'default' strategy isolates all expression placeholders,
except when both the message and the placeholder are known to be left-to-right.
The 'none' strategy applies no isolation at all.
OptionaldirExplicitly set the message's base direction. If not set, the direction is detected from the primary locale.
OptionalfunctionsA set of custom functions to make available during message resolution. Extends the default functions.
OptionallocaleIf given multiple locales,
determines which algorithm to use when selecting between them;
the default for Intl formatters is 'best fit'.
The locale is resolved separately by each message function handler call.