Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 819 Bytes

utilities_copyToClipboard.md

File metadata and controls

35 lines (19 loc) · 819 Bytes

talawa-api / Exports / utilities/copyToClipboard

Module: utilities/copyToClipboard

Table of contents

Functions

Functions

copyToClipboard

copyToClipboard(text): void

This utility function copy the text into the clipboard.

Parameters

Name Type Description
text string The content that need to be copied.

Returns

void

Remarks

This is a utility method. This works only in development or test mode.

Defined in

src/utilities/copyToClipboard.ts:9