Flarum (v1.8.10)
Preparing search index...
flarum
@types/translator-icu-rich
RichMessageFormatter
Class RichMessageFormatter
Index
Constructors
constructor
Properties
locale
Methods
format
process
rich
Constructors
constructor
new
RichMessageFormatter
(
locale
:
string
|
null
,
typeHandlers
:
Record
<
string
,
ITypeHandler
>
,
richHandler
:
IRichHandler
,
)
:
RichMessageFormatter
Parameters
locale
:
string
|
null
typeHandlers
:
Record
<
string
,
ITypeHandler
>
richHandler
:
IRichHandler
Returns
RichMessageFormatter
Properties
locale
locale
:
string
|
null
Methods
format
format
(
message
:
string
,
values
:
IValues
)
:
string
Parameters
message
:
string
values
:
IValues
Returns
string
process
process
(
message
:
string
,
values
:
IValues
)
:
NestedStringArray
Parameters
message
:
string
values
:
IValues
Returns
NestedStringArray
rich
rich
(
message
:
string
,
values
:
IValues
)
:
NestedStringArray
Parameters
message
:
string
values
:
IValues
Returns
NestedStringArray
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
locale
Methods
format
process
rich
Flarum (v1.8.10)
Loading...