Contents

callAsFunction()

Dismisses the current window.

Declaration

@MainActor @preconcurrency func callAsFunction()

Discussion

Don’t call this method directly. SwiftUI calls it when you call the dismissWindow action:

dismissWindow()

For information about how Swift uses the callAsFunction() method to simplify call site syntax, see Methods with Special Names in The Swift Programming Language.

See Also

Calling the action