PrintPDFButton
struct PrintPDFButton: View
SwiftUI View
for the Print Button
-
The label for the button
Declaration
Swift
let label: String
-
The observable state of the scene
Declaration
Swift
private var sceneState: SceneStateModel?
-
The body of the
View
Declaration
Swift
var body: some View