talawa-api / Exports / utilities/copyToClipboard
▸ copyToClipboard(text
): void
This utility function copy the text into the clipboard.
Name | Type | Description |
---|---|---|
text |
string |
The content that need to be copied. |
void
Remarks
This is a utility method. This works only in development or test mode.