---
title: writableContentTypes
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/readabledocument/writablecontenttypes
---

# writableContentTypes

By default, a document that supports reading also supports writing the same content types.

## Declaration

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