ListItemType
Different list item types.
Enum fields
| Name | Description |
|---|---|
| Active | Indicates that the item is clickable via active feedback when item is pressed. |
| Detail | Enables detail button of the list item that fires detail-click event. |
| Inactive | Indicates the list item does not have any active feedback when item is pressed. |
| InactiveSelectable | Indicates the list item does not have any active feedback when item is pressed, but selection (checkbox/radio) is still possible when a selection mode is active. The item-click event is not fired for items of this type. |
| Navigation | Enables the type of navigation, which is specified to add an arrow at the end of the items and fires navigate-click event. |