Class: Pasteboard

ft/system/pasteboard. Pasteboard

Pasteboard allows you to read and write from the default system pasteboard.

Methods




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