---
title: highlights
framework: tvmlkit
role: symbol
role_heading: Instance Property
path: tvmlkit/tvmediaitem/highlightgroup/highlights
---

# highlights

An array of the individual highlights that make up a group.

## Declaration

```swift
var highlights: [TVMediaItem.Highlight] { get }
```

## Discussion

Discussion The highlights property contains all of the highlights associated with a specific group. For example, all of the home runs hit during a single baseball game.

## See Also

### Accessing the Highlights

- [localizedName](tvmlkit/tvmediaitem/highlightgroup/localizedname.md)
- [TVMediaItem.Highlight](tvmlkit/tvmediaitem/highlight.md)
