# ClipboardItemsType

Dictionary describing the items for setItems.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# items

Availability
0.8
0.8
9.2.0
items :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

Availability
0.8
0.8
9.2.0
options :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.