iOS Swift - Navigation
Given this SwiftUI code inside a NavigationStack:
NavigationLink("Go", destination: Text("Detail"))
What happens when the user taps "Go"?