mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
eed44f448f
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
149 lines
3.0 KiB
JSON
149 lines
3.0 KiB
JSON
{
|
|
"signatures": [
|
|
{
|
|
"name": "toString(array) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "array",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(boolean) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "boolean",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(color) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "color",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(dict) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "dict",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(integer) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "integer",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(number) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "number",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(string) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "string",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
},
|
|
{
|
|
"name": "toString(url) string",
|
|
"function_name": "toString",
|
|
"doc": "Returns a string representation of given value.",
|
|
"arguments": [
|
|
{
|
|
"type": "url",
|
|
"doc": "Value."
|
|
}
|
|
],
|
|
"result_type": "string",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web",
|
|
"flutter"
|
|
]
|
|
}
|
|
]
|
|
}
|