---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-tooltip-mode-non-modal.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-tooltip-mode-non-modal.md
  - href: en/concepts/divs/2/div-tooltip-mode-non-modal.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-tooltip-mode-non-modal
Non-modal mode. Clicks outside pass through to underlying elements. Does not restrict focus to the tooltip. Back button on Android and back gesture on iOS do not close the tooltip.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `non_modal`.</p><p>Available platforms: iOS, Android, web.</p> |

<details>
<summary>JSON</summary>

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