Contents

MimeData

MimeData type provides interface to access and store data to the Clipboard. More...

Properties

Detailed Description

Property Documentation

color : color


data : var

Reading the property returns a list of MIME type and data pairs representing the data stored in the object. Users can set custom MIME types which are not covered by the other properties.

When setting the property value can take one of the following types:


format : list<string>

Returns a list of formats supported by the object. This is a list of MIME types for which the object can return suitable data. The formats in the list are in a priority order.

See also data.


html : string

Contains a string if the data stored in the object is HTML (MIME type text/html); otherwise contains an empty string.


text : string

Contains a plain text (MIME type text/plain) representation of the data.


urls : list<url>

Contains a list of URLs contained within the MIME data object. URLs correspond to the MIME type text/uri-list.