PreviewPaneView
struct PreviewPaneView: View
SwiftUI View
with the preview pane
-
The PDF data
Declaration
Swift
let data: Data
-
The observable state of the scene
Declaration
Swift
private var sceneState
-
The observable state of the document
Declaration
Swift
private var document: FileDocumentConfiguration<ChordProDocument>?
-
The body of the View
Declaration
Swift
var body: some View