Copy to clipboard
The Copy to clipboard action copies text to the user's clipboard.
Configuration
| Parameter | Description | Default |
|---|---|---|
| Content to copy | The text to copy to the clipboard | — |
| Debounce | Time in milliseconds to wait before executing the action | Empty (no delay) |
Triggering via RunJS
actions.copyToClipboard('<contentToCopy>');
info
For a full quick-reference of all actions' RunJS syntax, see Run Actions from RunJS.