ListViewMarkerProps

The parameter for setMarker and addMarker methods.

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

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

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

Defined By

Properties

ListViewMarkerProps
itemIndex : Number

The itemIndex of the reference item.

The itemIndex of the reference item.

ListViewMarkerProps
sectionIndex : Number

The sectionIndex of the reference item.

The sectionIndex of the reference item.