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.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
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.
The [identifier](RowActionType. identifier) of the row action. Only included in the event if previously defined. Available in Titanium 6.0.0 and later.
The style of the row action.
The style of the row action.
Use one of Titanium.UI.iOS.ROW_ACTION_STYLE_DEFAULT, Titanium.UI.iOS.ROW_ACTION_STYLE_DESTRUCTIVE or Titanium.UI.iOS.ROW_ACTION_STYLE_NORMAL