View Source NavigationLink
Overview
This only has an effect if the LiveSessionConfiguration
was configured with navigation enabled.
<NavigationLink destination={"/products/#{@product.id}"}>
<Text>More Information</Text>
</NavigationLink>
Attributes
destination
disabled
SwiftUI Documentation
See SwiftUI.NavigationLink
for more details on this View.
References
Link to this reference
destination
The URL of the destination live view, relative to the current live view’s URL.