MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat/functions
MessageFallback
Interface MessageFallback
Used to represent runtime/formatting errors.
interface
MessageFallback
{
dir
?:
"ltr"
|
"rtl"
|
"auto"
;
options
?:
object
;
selectKey
?:
(
keys
:
Set
<
string
>
)
=>
null
|
string
;
source
:
string
;
type
:
"fallback"
;
valueOf
?:
()
=>
unknown
;
toParts
()
:
[
MessageFallbackPart
]
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
MessageValue
<
"fallback"
>
MessageFallback
Index
Properties
dir?
options?
select
Key?
source
type
value
Of?
Methods
to
Parts
to
String
Properties
Optional
Readonly
dir
dir
?:
"ltr"
|
"rtl"
|
"auto"
Optional
Readonly
options
options
?:
object
Optional
select
Key
selectKey
?:
(
keys
:
Set
<
string
>
)
=>
null
|
string
Readonly
source
source
:
string
Readonly
type
type
:
"fallback"
Optional
value
Of
valueOf
?:
()
=>
unknown
Methods
to
Parts
toParts
()
:
[
MessageFallbackPart
]
Returns
[
MessageFallbackPart
]
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dir
options
select
Key
source
type
value
Of
Methods
to
Parts
to
String
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
Used to represent runtime/formatting errors.