Skip to main content

canEdit

// Property: canEdit
// Description: Specifies if the item can be deleted by a user initiated action.
// Component(s): Ti.UI.ListItem
'.can-edit': { canEdit: true }
'.can-edit-false': { canEdit: false }