Titanium.UI.Clipboard.ClipboardItemsType
Dictionary describing the items for Titanium.UI.Clipboard.setItems.
Properties #
items#
Type: Array<Dictionary>
An array of key-value items to add to the clipboard. The key must a valid mime-type
matching the mime-type of the value.
Alterntaively, iOS supports using Universal Type Identifiers
options#
Type: Dictionary
The privacy options to apply to all the items on the clipboard. The available options are
described in Ti.UI.CLIPBOARD_OPTION_*. Depending on the key, the value can be a Date or
Boolean.