# ItemTemplate

Template that represents the basic appearance of a list item.

Availability
3.1.0
3.1.0
9.2.0
Extends
Object

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

Availability
3.1.0
3.1.0
9.2.0
childTemplates :Array<ViewTemplate>

Contains an array of subview templates to be added (in order) as children to this view.


# events

Availability
3.1.0
3.1.0
9.2.0
events :Dictionary

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

Availability
3.1.0
3.1.0
9.2.0
properties :Dictionary<Titanium.UI.ListItem>

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.