---
metadata:
  - name: generator
    content: Diplodoc Platform v5.61.1
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-action-haptic.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-action-haptic.md
  - href: https://divkit.tech/docs/en/concepts/divs/2/div-action-haptic.md
    type: text/markdown
    title: Markdown version
  - href: https://divkit.tech/docs/en/llms.txt
    rel: describedby
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-action-haptic
Plays one haptic feedback effect when the action is executed. Respects system settings. If the effect is unavailable, it is skipped without stopping other actions.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `haptic`.</p><p>Available platforms: Android, iOS.</p> |
| `feedback` | <p>**string**</p><p>Feedback type: light, medium or heavy impact, or success or error notification. Defaults to light. The physical effect depends on the platform and device.</p><p>Possible values: `light`, `medium`, `heavy`, `success`, `error`.</p><p>Default value: `light`.</p><p>Available platforms: Android, iOS.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "haptic",
  feedback: "string"
}
```
</details>
