MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat/functions
MessageFunction
Type Alias MessageFunction<T, P>
MessageFunction
:
(
context
:
MessageFunctionContext
,
options
:
Record
<
string
,
unknown
>
,
input
?:
unknown
,
)
=>
MessageValue
<
T
,
P
>
An MF2 function handler, for use in
MessageFormatOptions.functions
.
Type Parameters
T
extends
string
P
extends
string
=
T
Type declaration
(
context
:
MessageFunctionContext
,
options
:
Record
<
string
,
unknown
>
,
input
?:
unknown
,
)
:
MessageValue
<
T
,
P
>
Parameters
context
:
MessageFunctionContext
options
:
Record
<
string
,
unknown
>
Optional
input
:
unknown
Returns
MessageValue
<
T
,
P
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
An MF2 function handler, for use in MessageFormatOptions.functions.