MF1 (v3) docs
GitHub
Preparing search index...
The search index is not available
Unicode MessageFormat for JavaScript
Unicode MessageFormat for JavaScript
messageformat
MessageMarkupPart
Interface MessageMarkupPart
The formatted part for a markup placeholder.
interface
MessageMarkupPart
{
id
?:
string
;
kind
:
"open"
|
"close"
|
"standalone"
;
name
:
string
;
options
?:
{
[
key
:
string
]:
unknown
}
;
source
:
string
;
type
:
"markup"
;
}
Index
Properties
id?
kind
name
options?
source
type
Properties
Optional
id
id
?:
string
kind
kind
:
"open"
|
"close"
|
"standalone"
name
name
:
string
Optional
options
options
?:
{
[
key
:
string
]:
unknown
}
source
source
:
string
type
type
:
"markup"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
kind
name
options
source
type
MF1 (v3) docs
GitHub
Unicode MessageFormat for JavaScript
Loading...
The formatted part for a markup placeholder.