---
title: trailingImage
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmessagelistitemtrailingconfiguration/trailingimage
---

# trailingImage

The configuration’s image.

## Declaration

```swift
var trailingImage: UIImage? { get }
```

## Discussion

Discussion Configurations are immutable. To change or remove the image that the message list item’s trailing region shows, create a new configuration and update the list item’s trailingConfiguration property. A configuration’s image can’t be larger than CPMaximumMessageItemImageSize. If you use an animated image, this property returns the first image in the animation sequence.
