Files
divkit/expression-api/function_signatures_format.json
T
gulevsky a05eac31fe move expression api description to a new location
commit_hash:5eb88e0ab7a836dcecb028557c53633d1d006092
2025-10-31 16:15:39 +03:00

122 lines
2.8 KiB
JSON

{
"$schema": "schema/signatures.json",
"signatures": [
{
"name": "decimalFormat",
"description": {
"$ref": "translations.json#/decimalformat_integer_string"
},
"arguments": [
{
"type": "integer",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_arg0"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_arg1"
}
}
],
"return_type": "string",
"platforms": [
"android",
"web",
"ios"
]
},
{
"name": "decimalFormat",
"description": {
"$ref": "translations.json#/decimalformat_number_string"
},
"arguments": [
{
"type": "number",
"description": {
"$ref": "translations.json#/decimalformat_number_string_arg0"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_number_string_arg1"
}
}
],
"return_type": "string",
"platforms": [
"android",
"web",
"ios"
]
},
{
"name": "decimalFormat",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_string"
},
"arguments": [
{
"type": "integer",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_string_arg0"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_string_arg1"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_integer_string_string_arg2"
}
}
],
"return_type": "string",
"platforms": [
"android",
"web",
"ios"
]
},
{
"name": "decimalFormat",
"description": {
"$ref": "translations.json#/decimalformat_number_string_string"
},
"arguments": [
{
"type": "number",
"description": {
"$ref": "translations.json#/decimalformat_number_string_string_arg0"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_number_string_string_arg1"
}
},
{
"type": "string",
"description": {
"$ref": "translations.json#/decimalformat_number_string_string_arg2"
}
}
],
"return_type": "string",
"platforms": [
"android",
"web",
"ios"
]
}
]
}