Files
divkit/schema/div-action-set-state.json
4eb0da 65966cd246 set_state typed action
commit_hash:5dde5339f3f1157d038192a9996cdd1eaca95b3f
2025-01-21 14:03:10 +03:00

35 lines
642 B
JSON

{
"type": "object",
"$description": "translations.json#/div_action_set_state",
"properties": {
"type": {
"type": "string",
"enum": [
"set_state"
]
},
"state_id": {
"$description": "translations.json#/div_action_set_state_state_id",
"type": "string"
},
"temporary": {
"$description": "translations.json#/div_action_set_state_temporary",
"type": "boolean",
"default_value": "true",
"platforms": [
"android",
"ios"
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"state_id"
]
}