div-action-copy-to-clipboard

Copies data to the clipboard.

Parameters

Parameters Description
content

object

Required parameter.

The value has the type div-action-copy-to-clipboard-content.

Available platforms: Android, iOS, web.

List of possible values:

  • content_text
  • content_url
  • type

    string

    Required parameter.

    The value must always be copy_to_clipboard.

    Available platforms: Android, iOS, web.

    JSON
    {
      type*: "copy_to_clipboard",
      content*: div-action-copy-to-clipboard-content
    }