ListItemEventType

The arguments for the Titanium.UI.ListView.prefetch and Titanium.UI.ListView.cancelprefetch events.

  • 6.1.0
  • 6.1.0

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

Defined By

Properties

ListItemEventType
itemId : String

The item ID bound to the list item that generated the event.

The item ID bound to the list item that generated the event.

ListItemEventType
itemIndex : Number

Item index.

Item index.

ListItemEventType
section : Titanium.UI.ListSection

List section if the item is contained in a list section.

List section if the item is contained in a list section.

ListItemEventType
sectionIndex : Number

Section index.

Section index.