---
title: readableContentTypes
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/readabledocument/readablecontenttypes
---

# readableContentTypes

The file and data types that the document reads from.

## Declaration

```swift
static var readableContentTypes: [UTType] { get }
```

## See Also

### Reading a document

- [ReadableDocument.ReadConfiguration](swiftui/readabledocument/readconfiguration.md)
- [Reader](swiftui/readabledocument/reader.md)
- [reader(configuration:)](swiftui/readabledocument/reader(configuration:).md)
- [apply(snapshot:previous:)](swiftui/readabledocument/apply(snapshot:previous:).md)
