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