Clipboard QML Type
Exposes basic clipboard functionality More...
| Import Statement: | import Sailfish.Silica 1.0 |
Properties
Detailed Description
The Clipboard object exposes basic text copy-and-paste functionality.
This is a singleton object; the Clipboard type cannot be instantiated.
Property Documentation
True if the clipboard currently contains non-empty text.
Current contents of the system clipboard as text. Writing to this property updates the clipboard, equivalent to copying text.