---
title: customContent
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/accessibilitycomponent/customcontent-swift.property
---

# customContent

An array of custom content objects that deliver accessibility information.

## Declaration

```swift
var customContent: [AccessibilityComponent.CustomContent]
```

## Discussion

Discussion Use the Custom Content API to leverage assistive technologies to deliver complex data sets to users in measured portions when they need it.

## See Also

### Specifying custom data

- [customActions](realitykit/accessibilitycomponent/customactions.md)
