---
title: userInfo
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistitem/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 when processing the selection.

## See Also

### Managing Configuration

- [isEnabled](carplay/cplistitem/isenabled.md)
- [handler](carplay/cplistitem/handler.md)
