mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 18:31:53 +08: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. |