init(viewing: Document.Type, viewer: (ReferenceFileDocumentConfiguration <Document>) -> Content)
Creates a document group that is able to view reference file documents.
あるリファレンスファイル書類を閲覧することができる書類グループを作成します。
Available when
Document
conforms to ReferenceFileDocument
and Content
conforms to View
.
Document
がReferenceFileDocument
に準拠する、そしてContent
がView
に準拠する場合に利用可能です。