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

259 B

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.