MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat
MessageExpressionPart
Interface MessageExpressionPart<P>
The base formatted part for all expressions.
interface
MessageExpressionPart
<
P
extends
string
>
{
dir
?:
"ltr"
|
"rtl"
;
id
?:
string
;
locale
?:
string
;
parts
?:
{
source
?:
string
;
type
:
string
;
value
?:
unknown
}
[]
;
source
:
string
;
type
:
P
;
value
?:
unknown
;
}
Type Parameters
P
extends
string
The
"type"
of the formatted part
Hierarchy (
View Summary
)
MessageExpressionPart
MessageDateTimePart
MessageFallbackPart
MessageNumberPart
MessageStringPart
MessageUnknownPart
MessageReferencePart
Index
Properties
dir?
id?
locale?
parts?
source
type
value?
Properties
Optional
dir
dir
?:
"ltr"
|
"rtl"
Optional
id
id
?:
string
Optional
locale
locale
?:
string
Optional
parts
parts
?:
{
source
?:
string
;
type
:
string
;
value
?:
unknown
}
[]
source
source
:
string
type
type
:
P
Optional
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dir
id
locale
parts
source
type
value
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
The base formatted part for all expressions.