Files
divkit/schema/div-action-array-insert-value.json
T
man-y 7f00e3b5aa Mark supported features of Flutter
e5a6a0f23d3e399f39c492c585359ca1666ccddf
2024-05-14 11:19:28 +03:00

32 lines
495 B
JSON

{
"type": "object",
"$description": "translations.json#/div_action_array_insert_value",
"properties": {
"type": {
"type": "string",
"enum": [
"array_insert_value"
]
},
"variable_name": {
"type": "string"
},
"index": {
"type": "integer"
},
"value": {
"$ref": "div-typed-value.json"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"variable_name",
"value"
]
}