Contents

fileDialogMessage(_:)

On macOS, configures the fileExporter, fileImporter, or fileMover with a custom message that is presented to the user, similar to a title.

Declaration

@export(implementation) nonisolated func fileDialogMessage(_ messageResource: LocalizedStringResource) -> some View

Parameters

  • messageResource:

    The localized string resource to display.

See Also

Configuring a file dialog