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

# div-action-show-tooltip
Shows the tooltip.

## Parameters
| Parameters | Description |
| --- | --- |
| `id` | <p>**string**</p><p>Required parameter.</p><p>Tooltip ID.</p><p>Available platforms: Android, iOS, web.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `show_tooltip`.</p><p>Available platforms: Android, iOS, web.</p> |
| `multiple` | <p>**bool**</p><p>Sets whether the tooltip can be shown again after it’s closed.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "show_tooltip",
  id*: "string",
  multiple: "bool"
}
```
</details>
