/utils/copyToClipboard

The utils module expose the clipboard api.

Methods

(inner) copyToClipboard(text_to_copy)

The method writes the string param to the clipboard.

Parameters:
NameTypeDescription
text_to_copystring

string which will be written to clipboard.