ClipboardItemsType

Dictionary describing the items for Titanium.UI.Clipboard.setItems.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ClipboardItemsType
: Dictionary[]
An array of key-value items to add to the clipboard. ...

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.

ClipboardItemsType
: Dictionary
The privacy options to apply to all the items on the clipboard. ...

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.