Type Property 型プロパティ

writableContentTypes

The types the document is able to save or export to.

Declaration 宣言

static var writableContentTypes: [UTType] { get }

Discussion 議論

If you don’t implement this property, the protocol returns the value in readableContentTypes by default.