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

# div-action-copy-to-clipboard
Copies data to the clipboard.

## Parameters
| Parameters | Description |
| --- | --- |
| `content` | <p>**object**</p><p>Required parameter.</p><p>The value has the type `div-action-copy-to-clipboard-content`.</p><p>Available platforms: Android, iOS, web.</p><p>List of possible values:<li>[content_text](content_text.md#content_text)</li><li>[content_url](content_url.md#content_url)</li></p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `copy_to_clipboard`.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "copy_to_clipboard",
  content*: div-action-copy-to-clipboard-content
}
```
</details>
