# ClipboardItemsType
Dictionary describing the items for setItems.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# items
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
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.