Clipboard::Data
Clipboard data.
| Type | table |
Properties
Clipboard::Data::Type type
The type of data.
any value
The value of data.
The type of value depends on the type of data:
- for
textandhtmltypes, thevalueis a string; - for
imagetype, thevalueisImage. - for
file-pathstype, the value is an array of string; - if the data is invalid, the
valuewould be null.