MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
@messageformat/fluent
MessageReferencePart
Interface MessageReferencePart
The formatted part for a
MessageReferenceValue
.
interface
MessageReferencePart
{
dir
?:
"ltr"
|
"rtl"
;
id
?:
string
;
locale
?:
string
;
parts
:
MessagePart
<
string
>
[]
;
source
:
string
;
type
:
"fluent-message"
;
value
?:
unknown
;
}
Hierarchy (
View Summary
)
MessageExpressionPart
<
"fluent-message"
>
MessageReferencePart
Index
Properties
dir?
id?
locale?
parts
source
type
value?
Properties
Optional
dir
dir
?:
"ltr"
|
"rtl"
Optional
id
id
?:
string
Optional
locale
locale
?:
string
parts
parts
:
MessagePart
<
string
>
[]
source
source
:
string
type
type
:
"fluent-message"
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 formatted part for a MessageReferenceValue.