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
ViewDeclaration
Swift
var body: some View
View on GitHub