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

# userInfo

A custom object associated with the maneuver.

## Declaration

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

## Discussion

Discussion Use this property to store any arbitrary data related to the maneuver that you, or a part of your app that consumes maneuvers, may need later.
