Skip to content

Latest commit

 

History

History

clipboard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Clipboard scripts

Home

Set clipboard text

sf.clipboard.setText({
    text: 'One two three'
});

Wait for clipboard text for 2 seconds and store in text variable

var text = sf.clipboard.waitForText({
    timeoutMs: 2000    
}).text;