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

SwiftUI Documentation

See SwiftUI.NavigationLink for more details on this View.

References

The URL of the destination live view, relative to the current live view’s URL.