<!--
{
  "availability" : [
    "tvOS: 12.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVMediaItem/HighlightGroup/highlights",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVHighlightGroup(py)highlights"
  },
  "title" : "highlights"
}
-->

# highlights

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

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)