RowActionType

Represents the custom edit action for a ListItem.

Requires: iOS 8.0 and later

By default when a listItem has canEdit set to true, a left swipe on the the row presens the 'Delete' button. This object lets developers define custom titles for editing actions supported on the row. This object is used in conjunction with the editActions property and editaction event.

  • 4.1.0
  • 4.1.0

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

Defined By

Properties

RowActionType
color : String

The background color of the row action.

The background color of the row action.

By default the background color of the row action is defined by the style applied. Use this property to override the default background color of the row action.

RowActionType
: String
The [identifier](RowActionType. ...

The [identifier](RowActionType. identifier) of the row action. Only included in the event if previously defined. Available in Titanium 6.0.0 and later.

RowActionType
style : Number
RowActionType
title : String

The title of the row action.

The title of the row action.