Pasteboard allows you to read and write from the default system pasteboard.
Methods
- <static> writeString(string)
- <static> readString() → String
Method Details
-
<static> writeString(string)
-
Write a string to the system pasteboard.
Parameters:
Name Type Description string
String -
<static> readString() → {String}
-
Read a string from the system pasteboard.
Returns:
- Type
- String