---
title: representedValue
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssuggestionitem/representedvalue
---

# representedValue

The value represented by the receiver.

## Declaration

```swift
var representedValue: SuggestionItemType
```

## Discussion

Discussion note: Use this to associate an underlying model object with a suggestion item. This is useful to refer back to later if/when the user selects this suggestion item.
