mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
6 lines
259 B
Markdown
6 lines
259 B
Markdown
## ClipBoard
|
|
|
|
The clipboard API has been simplified. There is now a single `Clipboard` object
|
|
that can be used to read and write to the clipboard. The `Clipboard` object is
|
|
available in both Go and JS. `SetText()` to set the text and `Text()` to get the
|
|
text. |