MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat
MessageStringPart
Interface MessageStringPart
The formatted part for a
MessageString
value.
interface
MessageStringPart
{
dir
?:
"ltr"
|
"rtl"
;
id
?:
string
;
locale
:
string
;
parts
?:
{
type
:
string
;
value
?:
unknown
}
[]
;
type
:
"string"
;
value
:
string
;
}
Hierarchy (
View Summary
)
MessageExpressionPart
<
"string"
>
MessageStringPart
Index
Properties
dir?
id?
locale
parts?
type
value
Properties
Optional
dir
dir
?:
"ltr"
|
"rtl"
Optional
id
id
?:
string
locale
locale
:
string
Optional
parts
parts
?:
{
type
:
string
;
value
?:
unknown
}
[]
type
type
:
"string"
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dir
id
locale
parts
type
value
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
The formatted part for a MessageString value.