# ListViewMarkerProps
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 });