mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
add getValue functions
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "integer",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
},
|
||||
{
|
||||
"name": "getNumberValue(string, number) number",
|
||||
@@ -214,7 +214,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "number",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
},
|
||||
{
|
||||
"name": "getStringValue(string, string) string",
|
||||
@@ -231,7 +231,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "string",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
},
|
||||
{
|
||||
"name": "getUrlValue(string, url) url",
|
||||
@@ -282,7 +282,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "color",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
},
|
||||
{
|
||||
"name": "getColorValue(string, string) color",
|
||||
@@ -299,7 +299,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "color",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
},
|
||||
{
|
||||
"name": "getBooleanValue(string, boolean) boolean",
|
||||
@@ -316,7 +316,7 @@
|
||||
}
|
||||
],
|
||||
"result_type": "boolean",
|
||||
"platforms": ["web"]
|
||||
"platforms": [ "android", "web" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user