Std.Ui.Clipboard
4 public declarations
- ClipboardError
Why the clipboard could not be read or written.
- explain
&Std.Ui.Clipboard.ClipboardError -> StrA one-line description of a failure.
- read
Result[Str, Std.Ui.Clipboard.ClipboardError]The text on the system clipboard.
- write
Str -> Result[(), Std.Ui.Clipboard.ClipboardError]Replaces the system clipboard's contents with
text.
