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.

Default Implementations 省略時実装

FileDocument Implementations

See Also 参照

Writing a Document