Pudu programming language
Menu
API reference

Std.Ui.Clipboard.read

1 declaration

fn

read: Result[Str, Std.Ui.Clipboard.ClipboardError]

The text on the system clipboard.

NoText when it holds something that is not text, or nothing.

Back to Std.Ui.ClipboardSearch related declarations