/utils/copyToClipboard
The utils module expose the clipboard api.
- Source
Methods
(inner) copyToClipboard(text_to_copy)
The method writes the string param to the clipboard.
Parameters:
Name | Type | Description |
---|---|---|
text_to_copy | string | string which will be written to clipboard. |
- Source