1
0
pines/elements/copy-to-clipboard.json
2023-06-17 19:30:04 -04:00

7 lines
294 B
JSON

{
"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"
}
}