SelectFileSheet
struct SelectFileSheet: ViewModifier
SwiftUI Modifier
to add a FileImporter
sheet
-
Bool to show the sheet
Declaration
Swift
var isPresented: Bool
-
The
CustomFile
to selectDeclaration
Swift
let bookmark: CustomFile
-
The action when a file is selected
Declaration
Swift
let action: () -> Void
-
The body of the
ViewModifier
Declaration
Swift
func body(content: Content) -> some View