# ItemTemplate
Template that represents the basic appearance of a list item.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
See Titanium.UI.ListItem for examples of using an item template.
# Properties
# childTemplates
Contains an array of subview templates to be added (in order) as children to this view.
# events
Contains key-value pairs of view events and their listeners that are applied to the ListItem.
Array values are considered as multiple event listeners for that event.
Event listeners added here respond to bubbled events fired from the view subcomponents.
# properties
Contains key-value pairs of view properties and their values that are applied to the ListItem.
If there are properties set in the ListDataItem, the properties set in the template are overridden by the ones set in the list data item.