1
0
pines/elements/copy-to-clipboard.json

7 lines
294 B
JSON
Raw Permalink Normal View History

2023-06-17 16:30:04 -07:00
{
"data" : {
"copyText" : "The text to be copied to the clipboard",
"copyNotification" : "Boolean value that will show whether or not the text has been copied",
"copyToClipboard()" : "The function that will copy the value inside of copyText to the clipboard"
}
}