ClipboardWriteOptions
August 11, 2023
- Interface
Execute the ClipboardPlugin.write() method to pass the parameter type interface;
ClipboardPlugin.write(ClipboardWriteOptions);
Property
string
optional attributes; The attribute value is a string; The value that needs to be copied to the clipboard;
image
optional attributes; The property value is a Data URL The picture that needs to be copied to the clipboard
url
optional attributes The attribute value is a string; The url that needs to be copied to the cut class;
label
optional attributes The attribute value is a string; Copying data is a label added to the data; Android only
Method
- none
Event
- none
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
string | ✅ | ✅ | ✅ | X |
image | ✅ | ✅ | ✅ | X |
url | ✅ | ✅ | ✅ | X |
label | ✅ | X | X | X |
Related Links
Powered by Waline v2.13.0