mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
ac77391c38
commit_hash:c5eadf6f87acd513565e1b0410d073c56a9ae85f
85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"function_name": "decimalFormat",
|
|
"doc": "Returns a string value from an integer using format.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Integer value to format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Number format."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"function_name": "decimalFormat",
|
|
"doc": "Returns a string value from an number using format.",
|
|
"arguments": [
|
|
{
|
|
"type": "number",
|
|
"doc": "Number value to format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Number format."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"function_name": "decimalFormat",
|
|
"doc": "Returns a string value from an integer using format and locale.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Integer value to format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Number format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Locale."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
},
|
|
{
|
|
"function_name": "decimalFormat",
|
|
"doc": "Returns a string value from an number using format and locale.",
|
|
"arguments": [
|
|
{
|
|
"type": "number",
|
|
"doc": "Number value to format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Number format."
|
|
},
|
|
{
|
|
"type": "string",
|
|
"doc": "Locale."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|