# ListViewMarkerProps

The parameter for setMarker and addMarker methods.

Availability
3.2.0
3.2.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

Use this in conjunction with Titanium.UI.ListView.setMarker and Titanium.UI.ListView.addMarker methods. For example:

setMarker({ sectionIndex: 5, itemIndex: 10 });
addMarker({ sectionIndex: 7, itemIndex: 2 });

# Properties

# itemIndex

Availability
3.2.0
3.2.0
9.2.0
itemIndex :Number

The itemIndex of the reference item.


# sectionIndex

Availability
3.2.0
3.2.0
9.2.0
sectionIndex :Number

The sectionIndex of the reference item.