Skip to content

Titanium.UI.SelectedRowObject

The arguments for the Titanium.UI.TableView.rowsselected event.

Since: 10.1.0, 8.2.0, 8.2.0, 9.2.0 · Platforms: android, iphone, ipad, macos

Properties #

index#

Type: Number

Row index.

row#

Type: Titanium.UI.TableViewRow

Table view row object.

rowData#

Type: Dictionary<Titanium.UI.TableViewRow>

Properties of the row. Use this property rather than row to access any custom row properties.

section#

Type: Titanium.UI.TableViewSection

Table view section object, if the clicked row is contained in a section.

Titanium SDK Documentation