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