# RowActionType

Represents the custom edit action for a ListItem.

Availability
4.1.0
9.2.0
Extends
Object

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

Availability
4.1.0
9.2.0
color :String

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

Availability
4.1.0
9.2.0
identifier :String

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


# image

Availability
12.1.0
12.1.0
image :String

The image/icon of the row action.

You can combine this property with the color property to apply an icon + background color in combination. Note: When using this property, the title property is ignored.


# style

Availability
4.1.0
9.2.0
style :Number

The style of the row action.


# title

Availability
4.1.0
9.2.0
title :String

The title of the row action.