fileExporterFilenameLabel(_:)
On macOS, configures the fileExporter with a label for the file name field.
Declaration
nonisolated func fileExporterFilenameLabel(_ label: LocalizedStringResource) -> some View
Parameters
- label:
The localized string resource to display.
See Also
Exporting to file
fileExporter(isPresented:document:contentType:defaultFilename:onCompletion:)fileExporter(isPresented:documents:contentType:onCompletion:)fileExporter(isPresented:document:contentTypes:defaultFilename:onCompletion:onCancellation:)fileExporter(isPresented:documents:contentTypes:onCompletion:onCancellation:)fileExporter(isPresented:item:contentTypes:defaultFilename:onCompletion:onCancellation:)fileExporter(isPresented:items:contentTypes:onCompletion:onCancellation:)