5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-05 06:41:37 +08:00
wails/mkdocs-website/docs/en/development/changes_clipboard.md
2024-03-18 20:47:33 +11:00

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.