Files
divkit/schema/div-action-focus-element.json
2023-12-07 12:05:50 +03:00

20 lines
303 B
JSON

{
"type": "object",
"$description": "translations.json#/div_action_focus_element",
"properties": {
"type": {
"type": "string",
"enum": [
"focus_element"
]
},
"element_id": {
"type": "string"
}
},
"required": [
"type",
"element_id"
]
}