---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-action-clear-focus.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-action-clear-focus.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/ru/llms.txt

# div-action-clear-focus
Снимает фокус с элемента.

## Параметры
| Параметры | Описание |
| --- | --- |
| `type` | <p>**string**</p><p>Обязательный параметр.</p><p>Значение всегда должно равняться `clear_focus`.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "clear_focus"
}
```
</details>
