ReadResult
August 11, 2023
- Interface
ReadResult is the Clipboard.read() method, the returned Promise, the value fulfilled after resolve;
Property
value
The data read from the clipboard; The type of the attribute value is string;
type
The type of data read from the clipboard; attribute value is a string
Method
- none
Event
- none
Platform Compatibility
Property/Method/Event | Android | IOS | Desktop-Dev | Desktop |
---|---|---|---|---|
value | ✅ | ✅ | ✅ | X |
type | ✅ | ✅ | ✅ | X |
Related Links
Powered by Waline v2.13.0