ClipboardPlugin
PluginClipboardPluginLess than 1 minute
Clipboard plugin that provides access to the system clipboard.
Properties
- None
Methods
Reads data from the clipboard.
Writes data to the clipboard.
Events
- None
Example
import { clipboardPlugin } from "@plaoc/plugins";
clipboardPlugin.read();
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
read | ✅ | ✅ | ✅ | X |
write | ✅ | ✅ | ✅ | X |
See Also
Powered by Waline v2.15.7