documentLaunchTitle(_:)
Sets the title displayed on the document launch card.
Declaration
nonisolated func documentLaunchTitle(_ title: Text) -> some View
Parameters
- title:
The title to display.
Discussion
Use this modifier to override the default launch-card title, which is the application name. Apply the modifier to a DocumentLaunchView or any of its ancestors.