MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
@messageformat/fluent
MessageReferenceValue
Interface MessageReferenceValue
The resolved value of a Fluent message or term reference.
See
getMessageFunction
.
interface
MessageReferenceValue
{
dir
:
"ltr"
|
"rtl"
|
"auto"
;
options
?:
object
;
source
:
string
;
type
:
"fluent-message"
;
selectKey
(
keys
:
Set
<
string
>
)
:
null
|
string
;
toParts
()
:
[
MessageReferencePart
]
;
toString
()
:
string
;
valueOf
()
:
string
;
}
Hierarchy (
View Summary
)
MessageValue
<
"fluent-message"
>
MessageReferenceValue
Index
Properties
dir
options?
source
type
Methods
select
Key
to
Parts
to
String
value
Of
Properties
Readonly
dir
dir
:
"ltr"
|
"rtl"
|
"auto"
Optional
Readonly
options
options
?:
object
Readonly
source
source
:
string
Readonly
type
type
:
"fluent-message"
Methods
select
Key
selectKey
(
keys
:
Set
<
string
>
)
:
null
|
string
Parameters
keys
:
Set
<
string
>
Returns
null
|
string
to
Parts
toParts
()
:
[
MessageReferencePart
]
Returns
[
MessageReferencePart
]
to
String
toString
()
:
string
Returns
string
value
Of
valueOf
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dir
options
source
type
Methods
select
Key
to
Parts
to
String
value
Of
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
The resolved value of a Fluent message or term reference.
See getMessageFunction.