# RowActionType
Represents the custom edit action for a ListItem.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
By default when a listItem has Titanium.UI.ListItem.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 Titanium.UI.ListItem.editActions property and Titanium.UI.ListView.editaction event.
# Properties
# color
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.
# identifier
The [identifier](RowActionType. identifier) of the row action. Only included in the event if previously defined. Available in Titanium 6.0.0 and later.