---
title: userInfo
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistimagerowitem/userinfo
---

# userInfo

An opaque value for the list item.

## Declaration

```swift
var userInfo: Any? { get set }
```

## Discussion

Discussion Use this property to attach a value that provides additional context to the list item. For example, you can attach a model object and reference it in the list item’s handler or listImageRowHandler when processing either selection.
